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 amaury.forgeotdarc, mark.dickinson, skrah, vstinner
Date 2010-10-20.22:10:02
SpamBayes Score 0.002214971
Marked as misclassified No
Message-id <1287612604.11.0.028769880869.issue10156@psf.upfronthosting.co.za>
In-reply-to
Content
The stack corresponds to the allocation of type(sys.float_info).__doc__.

Why would only this object appear as a memory leak?  It is certainly not deallocated, but all other types are in the same situation.
For example, sys.int_info is very similar, and happens to be defined in r70459. Why doesn't it appear in the report?
History
Date User Action Args
2010-10-20 22:10:04amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, mark.dickinson, vstinner, skrah
2010-10-20 22:10:04amaury.forgeotdarcsetmessageid: <1287612604.11.0.028769880869.issue10156@psf.upfronthosting.co.za>
2010-10-20 22:10:02amaury.forgeotdarclinkissue10156 messages
2010-10-20 22:10:02amaury.forgeotdarccreate