Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
commit8520855c00d9db32faa34ddce66021a802c146bc
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 26 Oct 2009 21:11:20 +0000 (26 21:11 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 26 Oct 2009 21:11:20 +0000 (26 21:11 +0000)
treeee21034d1e8e56bb921951dc5154791de622c584
parentb8755a6e34260aa2827106cf0211ab4c693c10d3
Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
floatobject.c.  Also, remove limitation on length of unicode inputs to
float().

git-svn-id: http://svn.python.org/projects/python/trunk@75731 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_float.py
Objects/floatobject.c