Christian Heimes <li...@cheimes.de> added the comment:

Please open a bug with NumPy. The expression

    Py_TYPE(&new_fields) = NULL;

is no longer valid. NumPy has to use new Py_SET_TYPE() API to modify the type 
field.

----------
nosy: +christian.heimes
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45394>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to