commit | e59d62a5d4bd0e8995dfcfc29999f91f8528ef00 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Wed Oct 28 08:47:31 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Wed Oct 28 08:47:31 2009 +0000 |
tree | 4f5da5e86a449ba1fb1784fc5ac862af6daedc93 | |
parent | c48b381455b84d7e57bc8bb6b80297902b0a681c [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. ........