Home | History | Annotate | Download | only in Misc

Lines Matching full:leak

270 - Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
276 - Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
294 - Issue #25578: Fix (another) memory leak in SSLSocket.getpeercer().
313 - Issue #25569: Fix memory leak in SSLSocket.getpeercert().
1112 - Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
1195 - Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
1454 - Issue #19524: Fixed resource leak in the HTTP connection when an invalid
1624 - Issue #21310: Fixed possible resource leak in failed open().
1752 appearance of a reference leak
1999 - Issue #21058: Fix a leak of file descriptor in
2166 - Issue #20743: Fix a reference leak in test_tcl.
3001 - Issue #19880: Fix a reference leak in unittest.TestCase. Explicitly break
3401 - Issue #19523: Closed FileHandler leak which occurred when delay was set.
3484 - Issue #19420: Fix reference leak in module initalization code of
3756 - Fix a reference count leak in _sre.
4304 - Issue #17899: Fix rare file descriptor leak in os.listdir().
4371 - Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
4977 - Issue #17968: Fix memory leak in os.listxattr().
5142 - Issue #18113: Fixed a refcount leak in the curses.panel module's
5596 - Issue #16628: Fix a memory leak in ctypes.resize().
5748 - Issue #12692: Fix resource leak in urllib.request when talking to an HTTP
6506 - Issue #15900: Fix reference leak in `PyUnicode_TranslateCharmap()`.
6510 - Issue #15895: Fix FILE pointer leak in one error branch of
6514 - Fixes for a few crash and memory leak regressions found by Coverity.
6534 - Issue #15977: Fix memory leak in Modules/_ssl.c when the function
6808 - Issue #15291: Fix a memory leak where AST nodes where not properly
7084 - Issue #15277: Fix a resource leak in support.py when IPv6 is disabled. Patch
7130 - Fix a (most likely) very rare memory leak when calling main() and not being
7143 - Issue #15142: Fix reference leak when deallocating instances of types
8211 - Issue #14172: Fix reference leak when marshalling a buffer-like object
8238 - Issue #14084: Fix a file descriptor leak when importing a module with a
8253 - Issue #13020: Fix a reference leak when allocating a structsequence object
8655 - Issue #11335: Fixed a memory leak in list.sort when the key function
8745 - Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
8750 - Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
9002 - Issue #13458: Fix a memory leak in the ssl module when decoding a
9264 - Issue #12650: Fix a race condition where a subprocess.Popen could leak
9490 - Issue #11767: Correct file descriptor leak in mailbox's __getitem__ method.
10251 - Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by
10254 - Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
11455 - Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil
12402 - Fix memory leak in ssl._ssl._test_decode_cert.
12404 - Issue #8065: Fix memory leak in readline module (from failure to free the
12407 - Issue #9450: Fix memory leak in readline.replace_history_item and
12590 - Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when
12904 memory leak for some values large enough to cause overflow, and (4) a number
13121 gives improved memory leak detection when running under Valgrind, while taking
13710 - Issue #7250: Fix info leak of os.environ across multi-run uses of
13965 - Issue #7282: Fix a memory leak when an RLock was used in a thread other than
14175 - Issue #9422: Fix memory leak when re-initializing a struct.Struct object.
14268 - Issue #6544: Fix a reference leak in the kqueue implementation's error
14536 leak-chasing test runs give sensible results. The previous method of reaping
14590 - Issue #6274: Fixed possible file descriptors leak in subprocess.py
15558 - Issue #5179: Fixed subprocess handle leak on failure on windows.
15639 not be used again (this requires Tcl/Tk 8.3.1), also fix a memory leak in
16049 - Issue #4373: Corrected a potential reference leak in the pickle module and
16050 silenced a false positive ref leak in distutils.tests.test_build_ext.
16272 - Issue #3660: Corrected a reference leak in str.encode() when the encoder
16295 - Issue #3712: The memoryview object had a reference leak and didn't support
16298 - Issue #3668: Fix a memory leak with the "s*" argument parser in
16331 - Issue #3650: Fixed a reference leak in bytes.split('x').
16360 - Issue #3660: fix a memory leak in the C accelerator of the pickle module.
16510 - Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to
16945 - Fixed a minor memory leak in dictobject.c. The content of the free
17710 a memory leak, affecting pickles and deep copies.
18852 - Fix memory leak in posix.access().
20581 - complex(obj) could leak a little memory if obj wasn't a string or
21071 - Fixed memory leak in pyexpat; using the parser's ParseFile() method
23487 - Fixed a leak: instance variables declared with __slots__ were never
25885 - Fixed a memory leak in _PyUnicode_Fini().
29915 Plug the ensuing security leak by supplying an empty __builtins__
30006 - Memory leak plugged in Py_BuildValue when building a dictionary.
30041 - Fixed memory leak in exec statement.
30588 please use the new version. The old version has a huge security leak.
30647 - Plugged the two-byte memory leak in the tokenizer when reading an
32076 (XXX the putenv() implementation can leak a small amount of memory per
32549 'finally' clauses are honored and a memory leak is plugged.
33738 * Fixed memory leak in divmod() for long integers.