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 akitada
Recipients akitada
Date 2010-10-09.08:32:02
SpamBayes Score 0.0051106596
Marked as misclassified No
Message-id <1286613124.83.0.838959560604.issue10055@psf.upfronthosting.co.za>
In-reply-to
Content
I found some C99 code in _json.c.
Attached patch makes it C89.

The C99 part is only used for ucs4 Python. That's probably the reason
it's overlooked.
History
Date User Action Args
2010-10-09 08:32:04akitadasetrecipients: + akitada
2010-10-09 08:32:04akitadasetmessageid: <1286613124.83.0.838959560604.issue10055@psf.upfronthosting.co.za>
2010-10-09 08:32:03akitadalinkissue10055 messages
2010-10-09 08:32:03akitadacreate