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
Date 2009-04-25.11:02:25
SpamBayes Score 3.8716125e-10
Marked as misclassified No
Message-id <1240657347.19.0.452411210539.issue5836@psf.upfronthosting.co.za>
In-reply-to
Content
The special-case code that parses infs and nans should be moved from
Objects/floatobject.c to Python/pystrtod.c, so that it's available
for other places that want to parse nans and infs.

The fallback version of PyOS_ascii_strtod needs to recognize nans and 
infinities in a platform-independent manner.
History
Date User Action Args
2009-04-25 11:02:27mark.dickinsonsetrecipients: + mark.dickinson, eric.smith
2009-04-25 11:02:27mark.dickinsonsetmessageid: <1240657347.19.0.452411210539.issue5836@psf.upfronthosting.co.za>
2009-04-25 11:02:25mark.dickinsonlinkissue5836 messages
2009-04-25 11:02:25mark.dickinsoncreate