diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-05-05 08:21:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-05 08:21:45 (GMT) |
commit | 5d7a18f3b65bd958d876391cca3c381396021639 (patch) | |
tree | 097a8f35daafc7fd8be3679d948fae4113e9c82c /Python/pythonrun.c | |
parent | d81f9e24ea89c0aaded1e0d3f8d8076bbd58c19a (diff) | |
download | cpython-5d7a18f3b65bd958d876391cca3c381396021639.zip cpython-5d7a18f3b65bd958d876391cca3c381396021639.tar.gz cpython-5d7a18f3b65bd958d876391cca3c381396021639.tar.bz2 |
[2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471)
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)
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions