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 gvanrossum, karamanolev, vstinner, yselivanov
Date 2015-01-08.00:49:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420678153.51.0.523760769976.issue23187@psf.upfronthosting.co.za>
In-reply-to
Content
> The only module that I'm using that's implemented in C is ujson https://pypi.python.org/pypi/ujson . If you think this is relevant, I can easily try changing it to use the built-in json.

To investigate an issue, we have to reduce the scope. If your program works with json, please use it instead yes. If the program still crash with the builtin json, it means that usjon is not the problem. If the program doesn't crash anymore, your issue may come from ujson and the investigate would be completly different...
History
Date User Action Args
2015-01-08 00:49:13vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, karamanolev
2015-01-08 00:49:13vstinnersetmessageid: <1420678153.51.0.523760769976.issue23187@psf.upfronthosting.co.za>
2015-01-08 00:49:13vstinnerlinkissue23187 messages
2015-01-08 00:49:13vstinnercreate