From: Eric Smith Date: Wed, 28 Oct 2009 08:47:31 +0000 (+0000) Subject: Blocked revisions 75913 via svnmerge X-Git-Tag: v2.6.5rc1~414 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e59d62a5d4bd0e8995dfcfc29999f91f8528ef00;p=thirdparty%2FPython%2Fcpython.git 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. ........ ---