[issue43816] Missing 'extern "C"' for _Py_ctype_table

Andrew V. Jones report at bugs.python.org
Mon Apr 12 12:55:56 EDT 2021


Andrew V. Jones <andrewvaughanj at gmail.com> added the comment:

> 1) The Cython-generated code uses `Py_ISSPACE` (and not `_Py_ctype_table`), but the expansion of the macro `Py_ISSPACE` then adds `_Py_ctype_table` to the user's code
>

I wrote this up as a Cython bug here (just to see if the Cython team consider this "their" bug): https://github.com/cython/cython/issues/4111

----------

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


More information about the Python-bugs-list mailing list