• Jason Rhinelander's avatar
    Fix dtype string leak · c6a57c10
    Jason Rhinelander authored
    `PyArray_DescrConverter_` doesn't steal a reference to the argument,
    and so the passed arguments shouldn't be `.release()`d.
    c6a57c10
numpy.h 64 KB