Skip to content

Commit ea353ad

Browse files
authored
PEP 741: Add another example which needs a stable ABI (#3726)
1 parent aa17904 commit ea353ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

peps/pep-0741.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,12 @@ Quotes of `Paul P. message <https://discuss.python.org/t/pep-741-python-configur
317317
Limited API abi3 are fresh air, fast and portable. And associated
318318
with a **stable config runtime**, it would be just perfect way!
319319

320+
See also `issue gh-116139
321+
<https://github.com/python/cpython/issues/116139>`_ building an
322+
application embedding Python 3.11 and attempting to run it with Python
323+
3.10: it does crash because the ``PyConfig`` structure ABI is not stable
324+
between two Python 3.x minor releases.
325+
320326

321327
Set the runtime configuration
322328
-----------------------------

0 commit comments

Comments
 (0)