]> 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 22:28:14 +0000 (22:28 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 26 Oct 2009 22:28:14 +0000 (22:28 +0000)
commitc04c7c5b72db5bcdde04982cad52212d3ddbc1a1
tree00046238d8b679b724cccec921cff00129d6a4ba
parent8568b198506b4d2ff3c0dc847f75989865b1e33e
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.
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c