Lines Matching full:leak
72 - Issue #29034: Fix memory leak and use-after-free in os module (path_converter).
137 - bpo-29110: Fix file object leak in aifc.open() when file is given as a
354 - Issue #28147: Fix a memory leak in split-table dictionaries: setattr()
578 - Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
834 - Issue #27778: Fix a memory leak in os.getrandom() when the getrandom() is
837 - Issue #28200: Fix memory leak on Windows in the os module (fix
843 - Issue #27932: Prevent memory leak in win32_ver().
1094 - Issue #27942: Fix memory leak in codeobject.c
2836 wrong state. Fixed a leak in failed functools.partial constructor.
2976 - Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
2982 - Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
3175 - Issue #25578: Fix (another) memory leak in SSLSocket.getpeercer().
3180 - Issue #25569: Fix memory leak in SSLSocket.getpeercert().
3366 - Issue #18174: ``python -m test --huntrleaks ...`` now also checks for leak of
3513 - Issue #28147: Fix a memory leak in split-table dictionaries: setattr()
3537 - Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception
3634 - Issue #27942: Fix memory leak in codeobject.c
3764 - Issue #27932: Prevent memory leak in win32_ver().
4611 wrong state. Fixed a leak in failed functools.partial constructor.
4704 - Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
4710 - Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
5226 - Issue #25578: Fix (another) memory leak in SSLSocket.getpeercer().
5231 - Issue #25569: Fix memory leak in SSLSocket.getpeercert().
5800 - Issue #24377: Fix a ref leak in OrderedDict.__repr__.
7116 - Issue #21032: Fixed socket leak if HTTPConnection.getresponse() fails.
7262 - Issue #22435: Fix a file descriptor leak when socketserver bind fails.
7427 - Issue #19524: Fixed resource leak in the HTTP connection when an invalid
7722 - Issue #21310: Fixed possible resource leak in failed open().
7788 appearance of a reference leak
7977 - Issue #21058: Fix a leak of file descriptor in
8431 - Issue #20743: Fix a reference leak in test_tcl.