another PyPy fix for double conversion: PyNumber_Float() to properly convert strings...
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 10 Jul 2012 11:13:07 +0000 (13:13 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 10 Jul 2012 11:13:07 +0000 (13:13 +0200)
commit4446b3a425019b073b082983cbfa6059a334f53d
treedc5649edbb42af4379dbb70d8f34110ee82bfd3d
parent8e92f1c1dbc160d7317330532191c638032163ce
another PyPy fix for double conversion: PyNumber_Float() to properly convert strings etc.
Cython/Utility/Optimize.c