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

Armin Rigo report at bugs.python.org
Tue Feb 26 08:22:54 EST 2019


Armin Rigo <arigo at users.sourceforge.net> added the comment:

@nick the C sources produced by cffi don't change.  When they are compiled, they use Py_LIMITED_API so you can continue using a single compiled module version for any recent-enough Python 3.x.  The required fix is only inside the cffi module itself.

----------

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


More information about the Python-bugs-list mailing list