diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-05-05 19:27:46 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-05-05 19:27:46 +0000 |
commit | 9836beacd161bf7409db703278006fc925477d0e (patch) | |
tree | 4f30037534fa6123b5bb6dde8ad7b8dc78a04c80 /numpy/lib/tests/test_function_base.py | |
parent | 2c275d4489dac531ebd0885ca55de545eae58dc1 (diff) | |
download | numpy-9836beacd161bf7409db703278006fc925477d0e.tar.gz |
BUG: use PyOS_string_to_double on Python 2.7
Related to #1345. This works around PyOS_ascii_strtod raising a
PendingDeprecationWarning when GIL is released, which results to a
crash.
The full fix would be to re-acquire GIL, but I believe we will not want
to do that for performance reasons, as it doesn't otherwise seem to be
necessary.
Diffstat (limited to 'numpy/lib/tests/test_function_base.py')
0 files changed, 0 insertions, 0 deletions