This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: pybench support for IronPython
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: lemburg Nosy List: anthonybaxter, lemburg
Priority: normal Keywords: patch

Created on 2006-09-23 02:05 by anthonybaxter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pybench.diff anthonybaxter, 2006-09-23 02:31 fixed patch
Messages (3)
msg51144 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2006-09-23 02:05
The following patch to pybench/pybench.py makes it work
on IronPython.

IronPython returns NotImplementedError for both
gc.disable() and sys.setcheckinterval() - catch that
and report it. This also requires patch #1563842, which
fixes platform.py for IronPython. 

msg51145 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2006-09-23 02:31
Logged In: YES 
user_id=29957

Sigh. Somewhere I dropped the magic 'print' statements.
Fixed patch applied.
msg51146 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2007-01-13 23:01
Checked in together with revision 53414.

Note that I haven't tested this on IronPython. Please reopen if the patch doesn't work.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44015
2006-09-23 02:05:06anthonybaxtercreate