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, skrah
Date 2011-10-02.22:58:35
SpamBayes Score 0.011407643
Marked as misclassified No
Message-id <1317596316.01.0.352885503928.issue13091@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce this with:

valgrind --tool=memcheck --log-file=leaks.txt --leak-check=full --suppressions=Misc/valgrind-python.supp ./python -m test test_ctypes

Where as:

valgrind --tool=memcheck --log-file=leaks.txt --leak-check=full --suppressions=Misc/valgrind-python.supp ./python -m test test_multiprocessing

turns up nothing in 'ctypes.resize'.
History
Date User Action Args
2011-10-02 22:58:36meador.ingesetrecipients: + meador.inge, amaury.forgeotdarc, belopolsky, skrah
2011-10-02 22:58:36meador.ingesetmessageid: <1317596316.01.0.352885503928.issue13091@psf.upfronthosting.co.za>
2011-10-02 22:58:35meador.ingelinkissue13091 messages
2011-10-02 22:58:35meador.ingecreate