]> granicus.if.org Git - python/commit
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Feb 2018 11:32:18 +0000 (03:32 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2018 11:32:18 +0000 (03:32 -0800)
commitef20abed7f2ae0ba54b1d287f5fe601be80c1128
tree8c744e5c7df5b8b200f85898b02f724247d870b0
parent9b5a90b975ef32b261d60b8ec06504f4ffd00d63
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)

(cherry picked from commit d019bc8319ea35e93bf4baa38098ff1b57cd3ee5)

Co-authored-by: Oren Milman <orenmn@gmail.com>
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