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-17.21:09:44
SpamBayes Score 0.0005345764
Marked as misclassified No
Message-id <1263762586.88.0.279967615229.issue7632@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Stefan.  Applied in r77589 (trunk), r77590 (py3k), r77591 (release31-maint) with one small change:  I moved the freelist and p5s declarations inside the #ifndef Py_USING_MEMORY_DEBUGGER conditionals.

The leak itself was fixed in revisions r77578 through r77580; from Stefan's Valgrind report, and my own refcount testing, it looks as though that was the only leak point.

I haven't finished reviewing/testing the _Py_dg_strtod code yet, but I'm going to close this issue;  if anything new turns up I'll open another one.
History
Date User Action Args
2010-01-17 21:09:47mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, eric.smith, skrah
2010-01-17 21:09:46mark.dickinsonsetmessageid: <1263762586.88.0.279967615229.issue7632@psf.upfronthosting.co.za>
2010-01-17 21:09:44mark.dickinsonlinkissue7632 messages
2010-01-17 21:09:44mark.dickinsoncreate