[issue38304] PEP 587 implementation is not ABI forward compatible
Nick Coghlan
report at bugs.python.org
Sun Sep 29 02:50:37 EDT 2019
Nick Coghlan <ncoghlan at gmail.com> added the comment:
The hidden _config_version field wasn't in the accepted PEP.
Both it and struct_size should be removed, as we don't support updating an embedded Python runtime to a new X.Y.0 release without rebuilding the embedding application.
----------
nosy: +ncoghlan
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38304>
_______________________________________
More information about the Python-bugs-list
mailing list