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 skrah
Recipients Arfrever, benjamin.peterson, loewis, nascheme, pitrou, python-dev, skrah
Date 2013-10-27.12:25:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131027122513.GA19542@sleipnir.bytereef.org>
In-reply-to <1382816667.75.0.894156826583.issue10241@psf.upfronthosting.co.za>
Content
One example of a leaked object is "hexversion", from sysmodule.c:1615.
I tried adding it to sys_deletes[] in import.c, but it did not help.

See valgrind.out for other leaks.
History
Date User Action Args
2013-10-27 12:25:12skrahsetrecipients: + skrah, loewis, nascheme, pitrou, benjamin.peterson, Arfrever, python-dev
2013-10-27 12:25:12skrahlinkissue10241 messages
2013-10-27 12:25:12skrahcreate