commit | 8568b198506b4d2ff3c0dc847f75989865b1e33e | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Oct 26 21:11:20 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Oct 26 21:11:20 2009 +0000 |
tree | 9f9f6150ffc106bad3e2cd7e89b728ac2fddeb44 | |
parent | 3e1eb0f715b804f87fb1b0cf3ec6576d15ff0663 [diff] |
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().