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 steve.dower
Recipients My-Tien Nguyen, eric.smith, steve.dower, xtreak
Date 2018-10-14.03:12:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539486777.79.0.788709270274.issue34972@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed with Eric. json.dump needs to produce valid JSON, which requires keys to be strings.

Try using pickle if you need to preserve full Python semantics.
History
Date User Action Args
2018-10-14 03:12:57steve.dowersetrecipients: + steve.dower, eric.smith, xtreak, My-Tien Nguyen
2018-10-14 03:12:57steve.dowersetmessageid: <1539486777.79.0.788709270274.issue34972@psf.upfronthosting.co.za>
2018-10-14 03:12:57steve.dowerlinkissue34972 messages
2018-10-14 03:12:57steve.dowercreate