]> granicus.if.org Git - python/commit
Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
authorMark Dickinson <dickinsm@gmail.com>
Mon, 26 Oct 2009 21:11:20 +0000 (21:11 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 26 Oct 2009 21:11:20 +0000 (21:11 +0000)
commit8568b198506b4d2ff3c0dc847f75989865b1e33e
tree9f9f6150ffc106bad3e2cd7e89b728ac2fddeb44
parent3e1eb0f715b804f87fb1b0cf3ec6576d15ff0663
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().
Lib/test/test_float.py
Objects/floatobject.c