diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-05-05 07:40:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-05 07:40:30 (GMT) |
commit | 39b73dd5131ce205dcee3b9e24ba0fc28934d79c (patch) | |
tree | 8bc58081ecd9e90a4726f0be5d08c91be25b545f /Lib/asyncio/subprocess.py | |
parent | 9d02f562961efd12d3c8317a10916db7f77330cc (diff) | |
download | cpython-39b73dd5131ce205dcee3b9e24ba0fc28934d79c.zip cpython-39b73dd5131ce205dcee3b9e24ba0fc28934d79c.tar.gz cpython-39b73dd5131ce205dcee3b9e24ba0fc28934d79c.tar.bz2 |
[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)
Diffstat (limited to 'Lib/asyncio/subprocess.py')
0 files changed, 0 insertions, 0 deletions