commit | cc6bf5142c34c16fc6e486b86070984335bf63f2 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Oct 26 22:29:02 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Oct 26 22:29:02 2009 +0000 |
tree | d00720b47d5adb0fdcd48579b9e3816d2ee545b7 | |
parent | 1daebdf82ce6b50a105ff37b6e279ce1390732f7 [diff] |
Blocked revisions 75739 via svnmerge ........ r75739 | mark.dickinson | 2009-10-26 22:28:14 +0000 (Mon, 26 Oct 2009) | 5 lines 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. ........