]> granicus.if.org Git - python/commit
bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received...
authorOren Milman <orenmn@gmail.com>
Sun, 24 Sep 2017 09:07:12 +0000 (12:07 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Sep 2017 09:07:12 +0000 (12:07 +0300)
commit2b382dd6121bb1e4b75470fb3ef8555665df3eb6
tree72d277a9137185ba934c537d22b9907f77a06e9d
parent039b25d8fd21f8d5d9e3cb536402d952cf068dc1
bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (#3643)
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