commit | 129c97df02c7cd42e9c777bd75c6f81655ac024c | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Wed Oct 28 08:44:37 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Wed Oct 28 08:44:37 2009 +0000 |
tree | de846130ce9b029e7d18ae6010f3a8f723f36b92 | |
parent | e8486931b69ee954a9a662c60a5f22a850a6bbeb [diff] |
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.