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 serhiy.storchaka
Recipients eric.snow, nagisa, rhettinger, serhiy.storchaka, vstinner
Date 2015-10-14.15:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444836685.33.0.574501255298.issue25395@psf.upfronthosting.co.za>
In-reply-to
Content
Likely this issue is related to C implementation of OrderedDict. json.tool doesn't crash with --sort-keys and doesn't crash with Python implementation of OrderedDict.

The patch for similar issue25406 doesn't fix this issue.
History
Date User Action Args
2015-10-14 15:31:25serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, eric.snow, nagisa
2015-10-14 15:31:25serhiy.storchakasetmessageid: <1444836685.33.0.574501255298.issue25395@psf.upfronthosting.co.za>
2015-10-14 15:31:25serhiy.storchakalinkissue25395 messages
2015-10-14 15:31:25serhiy.storchakacreate