]> granicus.if.org Git - python/commit
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
authorOren Milman <orenmn@gmail.com>
Tue, 13 Feb 2018 10:28:33 +0000 (12:28 +0200)
committerINADA Naoki <methane@users.noreply.github.com>
Tue, 13 Feb 2018 10:28:33 +0000 (19:28 +0900)
commitd019bc8319ea35e93bf4baa38098ff1b57cd3ee5
treed9b927eba02059f8be8465d35b6969254b172b8e
parentaec7532ed3ccbd29d3429a3f375e25f956c44003
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
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