We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa17904 commit ea353adCopy full SHA for ea353ad
peps/pep-0741.rst
@@ -317,6 +317,12 @@ Quotes of `Paul P. message <https://discuss.python.org/t/pep-741-python-configur
317
Limited API abi3 are fresh air, fast and portable. And associated
318
with a **stable config runtime**, it would be just perfect way!
319
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
+
326
327
Set the runtime configuration
328
-----------------------------
0 commit comments