commit | 4c7b5323187799590f31429caf90afbbdd418f2a | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Wed Oct 28 08:46:43 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Wed Oct 28 08:46:43 2009 +0000 |
tree | 648efb1f49e12cf117c47e0074e2e4b597065f4d | |
parent | 60874b01f3e7ff8bbad13567e892a6bc5f16d6cd [diff] |
Blocked revisions 75913 via svnmerge ........ r75913 | eric.smith | 2009-10-28 04:44:37 -0400 (Wed, 28 Oct 2009) | 1 line Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c as part of short float repr. Change made after consulting with Bob Ippolito. This completes the removal of calls to PyOS_ascii_strtod. ........