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 pitrou
Recipients benjamin.peterson, bob.ippolito, pitrou
Date 2009-04-08.16:01:34
SpamBayes Score 4.3111172e-09
Marked as misclassified No
Message-id <1239206585.8071.5.camel@fsol>
In-reply-to <1239205905.04.0.140762298078.issue5723@psf.upfronthosting.co.za>
Content
> Is this high priority? The pure-Python code paths don't even run in 
> cpython. I test them manually with simplejson by just deleting the 
> extension and then running the tests again. There doesn't seem to be a 
> very good way to do this sort of thing

The main reason I've put it as "high priority" is that right now I'm
porting the new json to py3k, and I can't know whether the pure Python
paths are ported correctly. That probably won't refrain us from
committing it, especially if you say that they are never run with
CPython.
History
Date User Action Args
2009-04-08 16:01:36pitrousetrecipients: + pitrou, bob.ippolito, benjamin.peterson
2009-04-08 16:01:34pitroulinkissue5723 messages
2009-04-08 16:01:34pitroucreate