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 mark.dickinson
Recipients eric.smith, mark.dickinson, skrah, tim.peters
Date 2010-01-16.22:38:19
SpamBayes Score 0.08834918
Marked as misclassified No
Message-id <1263681501.75.0.750727504285.issue7632@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, so there's a memory leak for overflowing values:  if an overflow is detected in the main correction loop of _Py_dg_strtod, then 'references' to bd0, bd, bb, bs and delta aren't released.

There may be other leaks;  I'm trying to come up with a good way to detect them reliably.
History
Date User Action Args
2010-01-16 22:38:21mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, eric.smith, skrah
2010-01-16 22:38:21mark.dickinsonsetmessageid: <1263681501.75.0.750727504285.issue7632@psf.upfronthosting.co.za>
2010-01-16 22:38:20mark.dickinsonlinkissue7632 messages
2010-01-16 22:38:20mark.dickinsoncreate