test_numpy_dtypes.py
10.8 KB
-
Fix dtype string leak · c6a57c10
`PyArray_DescrConverter_` doesn't steal a reference to the argument, and so the passed arguments shouldn't be `.release()`d.
Jason Rhinelander committed
`PyArray_DescrConverter_` doesn't steal a reference to the argument, and so the passed arguments shouldn't be `.release()`d.