From: Mark Dickinson Date: Mon, 26 Oct 2009 22:29:02 +0000 (+0000) Subject: Blocked revisions 75739 via svnmerge X-Git-Tag: v3.2a1~2313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc6bf5142c34c16fc6e486b86070984335bf63f2;p=python 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. ........ ---