[issue41078] [C API] Convert PyTuple_GET_ITEM() macro to a static inline function

STINNER Victor report at bugs.python.org
Mon Jun 22 12:31:52 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

The PR 21059 breaks Cython. I reported the issue to Cython upstream:
https://github.com/cython/cython/issues/3701

numpy is also affected: code generated by Cython (numpy/random/_mt19937.c) contains the issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41078>
_______________________________________


More information about the Python-bugs-list mailing list