[issue38304] PEP 587 implementation is not ABI forward compatible

STINNER Victor report at bugs.python.org
Fri Sep 27 22:54:34 EDT 2019


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

Ok, the API should now be ABI future proof thanks to this change.

I experimented a change locally: it's possible to support two sizes of the PyConfig structure (need to modify a few functions in initconfig.c).

I sent an email to python-dev:
https://mail.python.org/archives/list/python-dev@python.org/thread/C7Z2NA2DTM3DLOZCFQAK5A2WFYO3PHHX/

----------
priority: release blocker -> 
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list