[issue45394] pip install numpy not working in 3.11.0a on macOS 11.6

Christian Heimes report at bugs.python.org
Wed Oct 6 13:35:15 EDT 2021


Christian Heimes <lists at 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 <report at bugs.python.org>
<https://bugs.python.org/issue45394>
_______________________________________


More information about the Python-bugs-list mailing list