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 vstinner
Recipients bob.ippolito, pitrou, vstinner
Date 2009-11-09.01:35:30
SpamBayes Score 0.003210871
Marked as misclassified No
Message-id <1257730533.85.0.0272394026036.issue6986@psf.upfronthosting.co.za>
In-reply-to
Content
New version of my patch:
 * don't create file in Lib/json/tests/: add new tests in
Lib/json/tests/test_speedups.py as asked by pitrou
 * use json.scanner.c_make_scanner and json.encoder.c_make_encoder in
the test, instead of using directly the _json module
History
Date User Action Args
2009-11-09 01:35:34vstinnersetrecipients: + vstinner, bob.ippolito, pitrou
2009-11-09 01:35:33vstinnersetmessageid: <1257730533.85.0.0272394026036.issue6986@psf.upfronthosting.co.za>
2009-11-09 01:35:32vstinnerlinkissue6986 messages
2009-11-09 01:35:31vstinnercreate