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 Oren Milman, serhiy.storchaka
Date 2017-09-27.05:21:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506489709.89.0.154975027568.issue31505@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 7c24e99c99c961e6633ac45390a211f65806c687 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (GH-3643) (#3777)
https://github.com/python/cpython/commit/7c24e99c99c961e6633ac45390a211f65806c687
History
Date User Action Args
2017-09-27 05:21:49serhiy.storchakasetrecipients: + serhiy.storchaka, Oren Milman
2017-09-27 05:21:49serhiy.storchakasetmessageid: <1506489709.89.0.154975027568.issue31505@psf.upfronthosting.co.za>
2017-09-27 05:21:49serhiy.storchakalinkissue31505 messages
2017-09-27 05:21:49serhiy.storchakacreate