[issue13390] Hunt memory allocations in addition to reference leaks

Antoine Pitrou report at bugs.python.org
Wed Dec 5 21:00:00 CET 2012


Antoine Pitrou added the comment:

Here is an updated patch.
test_ctypes still leaks memory blocks with it:

$ ./python -m test -R 3:8 test_ctypes
[1/1] test_ctypes
beginning 11 repetitions
12345678901
...........
test_ctypes leaked [2, 2, 1, 1, 1, 1, 1, 1] memory blocks, sum=10

----------
nosy: +benjamin.peterson
Added file: http://bugs.python.org/file28216/debugblocks5.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13390>
_______________________________________


More information about the Python-bugs-list mailing list