]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
authorINADA Naoki <methane@users.noreply.github.com>
Tue, 13 Feb 2018 13:15:24 +0000 (22:15 +0900)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2018 13:15:24 +0000 (22:15 +0900)
commit47316342417146f62653bc3c3dd505bfacc5e956
treee42036a8128679f037b440fce1318053c05819c9
parent310b424c476e3de3370990e5b9a10acc64ed17f8
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)

(cherry picked from commit d019bc8319ea35e93bf4baa38098ff1b57cd3ee5)
13 files changed:
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_bz2.py
Lib/test/test_descr.py
Lib/test/test_hashlib.py
Lib/test/test_lzma.py
Lib/test/test_property.py
Misc/NEWS.d/next/Library/2018-02-09-21-41-56.bpo-31787.owSZ2t.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/_bz2module.c
Modules/_hashopenssl.c
Modules/_lzmamodule.c
Objects/descrobject.c
Objects/funcobject.c