This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Trundle, benjamin.peterson, dmalcolm, jcea, meador.inge, ncoghlan, neologix, pitrou, techtonik, tim.peters, vstinner
Date 2012-12-05.19:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354737600.9.0.017802735459.issue13390@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-12-05 20:00:01pitrousetrecipients: + pitrou, tim.peters, jcea, ncoghlan, vstinner, techtonik, benjamin.peterson, Trundle, dmalcolm, meador.inge, neologix
2012-12-05 20:00:00pitrousetmessageid: <1354737600.9.0.017802735459.issue13390@psf.upfronthosting.co.za>
2012-12-05 20:00:00pitroulinkissue13390 messages
2012-12-05 20:00:00pitroucreate