]> granicus.if.org Git - python/commit
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() recei...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Sep 2017 05:21:47 +0000 (22:21 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 27 Sep 2017 05:21:47 +0000 (08:21 +0300)
commit7c24e99c99c961e6633ac45390a211f65806c687
treecb98bb49e763c9d57adecb7486d31989c6f926ef
parent90fe25a051bd8cf64d52be533c9b60cad9bdd7fb
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (GH-3643) (#3777)

(cherry picked from commit 2b382dd6121bb1e4b75470fb3ef8555665df3eb6)
Lib/test/test_json/test_speedups.py
Misc/NEWS.d/next/Core and Builtins/2017-09-18-12-07-39.bpo-31505.VomaFa.rst [new file with mode: 0644]
Modules/_json.c