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 amaury.forgeotdarc
Recipients Asesh, amaury.forgeotdarc, jcea, vstinner
Date 2011-11-17.08:05:15
SpamBayes Score 0.04590707
Marked as misclassified No
Message-id <1321517116.72.0.897748028258.issue13418@psf.upfronthosting.co.za>
In-reply-to
Content
These are not memory leaks, but global state that the Python interpreter does not bother to free on exit. The amount of memory there is limited.

Yes, I agree that this makes the basic memory checker built in Visual Studio completely useless.
History
Date User Action Args
2011-11-17 08:05:16amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, jcea, vstinner, Asesh
2011-11-17 08:05:16amaury.forgeotdarcsetmessageid: <1321517116.72.0.897748028258.issue13418@psf.upfronthosting.co.za>
2011-11-17 08:05:16amaury.forgeotdarclinkissue13418 messages
2011-11-17 08:05:15amaury.forgeotdarccreate