STINNER Victor <[email protected]> added the comment:
> This happens on a custom C module (built via Cython) when using including > <internal/pystate.h> with -DPy_BUILD_CORE. I'm not sure it'd happen otherwise. By the way, I don't think that wheel packages are designed to C extensions accessing Python internals. The internal C API is excluded from the stable ABI. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39599> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
