PEP 741: Add another example which needs a stable ABI (#3726)

This commit is contained in:
Victor Stinner 2024-03-18 14:33:22 +01:00 committed by GitHub
parent aa17904b42
commit ea353ad9d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -317,6 +317,12 @@ Quotes of `Paul P. message <https://discuss.python.org/t/pep-741-python-configur
Limited API abi3 are fresh air, fast and portable. And associated
with a **stable config runtime**, it would be just perfect way!
See also `issue gh-116139
<https://github.com/python/cpython/issues/116139>`_ building an
application embedding Python 3.11 and attempting to run it with Python
3.10: it does crash because the ``PyConfig`` structure ABI is not stable
between two Python 3.x minor releases.
Set the runtime configuration
-----------------------------