Message 107943 - Python tracker

Message107943

Author mark.dickinson
Recipients belopolsky, eric.smith, mark.dickinson
Date 2010-06-16.18:18:58
SpamBayes Score 0.00030739448
Marked as misclassified No
Message-id <1276712339.78.0.881866159976.issue9009@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of preparatory commits:

r82025: In _Py_dg_strtod, 'e' now represents the adjusted exponent rather than the base exponent;  that is, the input value is of the form +- m * 10**e with 0.1 <= m < 1.0.  It's easier to produce such an 'e' from the parsing stage if we care about detecting overflow and underflow.

r82031: Update the s2b function:  remove a premature optimization in order to make s2b more general and its correctness more easily verifiable; alter the way that the input string is parsed so that it doesn't depend on nd0 being in the range [0, nd].
History
Date User Action Args
2010-06-16 18:18:59mark.dickinsonsetrecipients: + mark.dickinson, belopolsky, eric.smith
2010-06-16 18:18:59mark.dickinsonsetmessageid: <1276712339.78.0.881866159976.issue9009@psf.upfronthosting.co.za>
2010-06-16 18:18:58mark.dickinsonlinkissue9009 messages
2010-06-16 18:18:58mark.dickinsoncreate