[issue35886] Move PyInterpreterState into Include/internal/pycore_pystate.h

STINNER Victor report at bugs.python.org
Mon Feb 25 05:02:12 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> This broke cffi:

Well, that's not a surprise :-) It's a deliberate backward incompatible change.

But that's where I suggested to test "popular C extensions" with a C API change before merging it. It's ok if issues are discovered later, but the author of backward incompatible C API changes should collaborate with popular C extension maintainers to help to deal with these issues.

Can someone report the issue to cffi and post back the url to the bug here?

----------

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


More information about the Python-bugs-list mailing list