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 brett.cannon
Recipients benjamin.peterson, bob.ippolito, brett.cannon, christian.heimes
Date 2008-05-04.07:03:08
SpamBayes Score 0.039710183
Marked as misclassified No
Message-id <1209884590.68.0.672897595118.issue2750@psf.upfronthosting.co.za>
In-reply-to
Content
One problem with the way the patch is now is that it will fail on non-
CPython interpreters the way it is currently coded. For instance, 
json/decoder.py completely assumes that importing _json will succeed. Same 
with the test suite.

Will need to tweak the code so that it will run on PyPy, etc., where there 
is no C extensions.

But that does not need to hold up committing the code. If Christian and 
Benjamin think the code is in good shape we can commit now and fix in svn.
History
Date User Action Args
2008-05-04 07:03:11brett.cannonsetspambayes_score: 0.0397102 -> 0.039710183
recipients: + brett.cannon, bob.ippolito, christian.heimes, benjamin.peterson
2008-05-04 07:03:10brett.cannonsetspambayes_score: 0.0397102 -> 0.0397102
messageid: <1209884590.68.0.672897595118.issue2750@psf.upfronthosting.co.za>
2008-05-04 07:03:09brett.cannonlinkissue2750 messages
2008-05-04 07:03:08brett.cannoncreate