Browse Source
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
pull/5658/head
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
pull/5658/head
committed by
INADA Naoki
13 changed files with 105 additions and 19 deletions
-
14Lib/test/test_asyncio/test_tasks.py
-
11Lib/test/test_bz2.py
-
18Lib/test/test_descr.py
-
9Lib/test/test_hashlib.py
-
11Lib/test/test_lzma.py
-
11Lib/test/test_property.py
-
2Misc/NEWS.d/next/Library/2018-02-09-21-41-56.bpo-31787.owSZ2t.rst
-
28Modules/_asynciomodule.c
-
2Modules/_bz2module.c
-
4Modules/_hashopenssl.c
-
2Modules/_lzmamodule.c
-
8Objects/descrobject.c
-
4Objects/funcobject.c
@ -0,0 +1,2 @@ |
|||
Fixed refleaks of ``__init__()`` methods in various modules. |
|||
(Contributed by Oren Milman) |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue