commit | 39b73dd5131ce205dcee3b9e24ba0fc28934d79c | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri May 05 10:40:30 2017 +0300 |
committer | GitHub <noreply@github.com> | Fri May 05 10:40:30 2017 +0300 |
tree | 8bc58081ecd9e90a4726f0be5d08c91be25b545f | |
parent | 9d02f562961efd12d3c8317a10916db7f77330cc [diff] |
[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)