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 meador.inge
Recipients amaury.forgeotdarc, belopolsky, meador.inge
Date 2011-10-23.18:45:07
SpamBayes Score 2.1239017e-05
Marked as misclassified No
Message-id <1319395508.92.0.449724155939.issue13250@psf.upfronthosting.co.za>
In-reply-to
Content
While implementing a patch for issue13096 I found a reference leak in 'ctypes'.  I couldn't find the cause immediately, but it can be 
reproduced by applying the attached patch and running:

[meadori@motherbrain cpython]$ ./python -m test -R : test_ctypes
[1/1] test_ctypes
beginning 9 repetitions
123456789
.........
test_ctypes leaked [51, 51, 51, 51] references, sum=204
1 test failed:
    test_ctypes
[174347 refs]
History
Date User Action Args
2011-10-23 18:45:08meador.ingesetrecipients: + meador.inge, amaury.forgeotdarc, belopolsky
2011-10-23 18:45:08meador.ingesetmessageid: <1319395508.92.0.449724155939.issue13250@psf.upfronthosting.co.za>
2011-10-23 18:45:08meador.ingelinkissue13250 messages
2011-10-23 18:45:08meador.ingecreate