commit | c04c7c5b72db5bcdde04982cad52212d3ddbc1a1 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Oct 26 22:28:14 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Oct 26 22:28:14 2009 +0000 |
tree | 00046238d8b679b724cccec921cff00129d6a4ba | |
parent | 8568b198506b4d2ff3c0dc847f75989865b1e33e [diff] |
Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in complexobject.c. Also remove length restriction on unicode inputs to the complex constructor.