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.

Author bob.ippolito
Recipients benjamin.peterson, bob.ippolito, doerwalter, ezio.melotti, fdrake, jowillia, pitrou, rhettinger
Date 2011-04-17.17:01:30
SpamBayes Score 0.09813084
Marked as misclassified No
Message-id <1303059695.64.0.519623058757.issue5723@psf.upfronthosting.co.za>
In-reply-to
Content
I did this some time ago in simplejson by defining a TestSuite subclass and instrumenting simplejson so that speedups can be enabled and disabled easily with a private API.

https://github.com/simplejson/simplejson/blob/master/simplejson/tests/__init__.py
History
Date User Action Args
2011-04-17 17:01:35bob.ippolitosetrecipients: + bob.ippolito, fdrake, doerwalter, rhettinger, pitrou, benjamin.peterson, ezio.melotti, jowillia
2011-04-17 17:01:35bob.ippolitosetmessageid: <1303059695.64.0.519623058757.issue5723@psf.upfronthosting.co.za>
2011-04-17 17:01:30bob.ippolitolinkissue5723 messages
2011-04-17 17:01:30bob.ippolitocreate