Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 39b73dd5131ce205dcee3b9e24ba0fc28934d79c https://github.com/python/cpython/commit/39b73dd5131ce205dcee3b9e24ba0fc28934d79c Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月05日 (2017年5月05日) Changed paths: M Misc/NEWS M Modules/_json.c Log Message: ----------- [3.6] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1469) It was possible to get a core dump by using uninitialized _json objects. Now __new__ methods create initialized objects. __init__ methods are removed.. (cherry picked from commit 76a3e51a403bc84ed536921866c86dd7d07aaa7e)