Home | History | Annotate | Download | only in Misc

Lines Matching full:leak

326   a memory leak, affecting pickles and deep copies.
1468 - Fix memory leak in posix.access().
3197 - complex(obj) could leak a little memory if obj wasn't a string or
3687 - Fixed memory leak in pyexpat; using the parser's ParseFile() method
6103 - Fixed a leak: instance variables declared with __slots__ were never
8506 - Fixed a memory leak in _PyUnicode_Fini().
12536 Plug the ensuing security leak by supplying an empty __builtins__
12627 - Memory leak plugged in Py_BuildValue when building a dictionary.
12662 - Fixed memory leak in exec statement.
13209 please use the new version. The old version has a huge security leak.
13268 - Plugged the two-byte memory leak in the tokenizer when reading an
14697 (XXX the putenv() implementation can leak a small amount of memory per
15170 'finally' clauses are honored and a memory leak is plugged.
16359 * Fixed memory leak in divmod() for long integers.