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 kristjan.jonsson
Recipients kristjan.jonsson
Date 2008-07-15.21:42:24
SpamBayes Score 0.00058145553
Marked as misclassified No
Message-id <1216158146.44.0.605906648697.issue3369@psf.upfronthosting.co.za>
In-reply-to
Content
When a nan or inf is generated in PyFloat_FromString(), a temporary 
buffer may be left behind.
Patch attached.
Found using Purify
History
Date User Action Args
2008-07-15 21:42:26kristjan.jonssonsetspambayes_score: 0.000581456 -> 0.00058145553
recipients: + kristjan.jonsson
2008-07-15 21:42:26kristjan.jonssonsetspambayes_score: 0.000581456 -> 0.000581456
messageid: <1216158146.44.0.605906648697.issue3369@psf.upfronthosting.co.za>
2008-07-15 21:42:25kristjan.jonssonlinkissue3369 messages
2008-07-15 21:42:25kristjan.jonssoncreate