test_numpy_dtypes.cpp
15.7 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.