From: Eric Smith Date: Wed, 28 Oct 2009 08:46:43 +0000 (+0000) Subject: Blocked revisions 75913 via svnmerge X-Git-Tag: v3.2a1~2284 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c7b5323187799590f31429caf90afbbdd418f2a;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. ........ ---