Patches item #1563844, was opened at 2006-09-23 04:05 Message generated for change (Comment added) made by lemburg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1563844&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Anthony Baxter (anthonybaxter) Assigned to: M.-A. Lemburg (lemburg) Summary: pybench support for IronPython Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: M.-A. Lemburg (lemburg) Date: 2007-01-14 00:01 Message: Logged In: YES user_id=38388 Originator: NO Checked in together with revision 53414. Note that I haven't tested this on IronPython. Please reopen if the patch doesn't work. ---------------------------------------------------------------------- Comment By: Anthony Baxter (anthonybaxter) Date: 2006-09-23 04:31 Message: Logged In: YES user_id=29957 Sigh. Somewhere I dropped the magic 'print' statements. Fixed patch applied. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1563844&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
