]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jul 2015 06:07:53 +0000 (09:07 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jul 2015 06:07:53 +0000 (09:07 +0300)
commit76a64ca4388493c8b518a256e3cc0e9b5ed3b3f3
treeddcb8295413ae5afe3456fc96587899ccb41cefe
parentcf74c1996e084aa840db0782da833f640a3923e3
Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument.
Modules/_json.c