Skip to content

Commit ac4c6ef

Browse files
[3.11] gh-112092: clarify unstable ABI recompilation requirements (GH-112093) (#114261)
gh-112092: clarify unstable ABI recompilation requirements (GH-112093) Use different versions in the examples for when extensions do and do not need to be recompiled to make the examples easier to understand. (cherry picked from commit 68a7b78) Co-authored-by: DerSchinken <[email protected]>
1 parent 4bc0c07 commit ac4c6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/stable.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CPython's Application Binary Interface (ABI) is forward- and
1616
backwards-compatible across a minor release (if these are compiled the same
1717
way; see :ref:`stable-abi-platform` below).
1818
So, code compiled for Python 3.10.0 will work on 3.10.8 and vice versa,
19-
but will need to be compiled separately for 3.9.x and 3.10.x.
19+
but will need to be compiled separately for 3.9.x and 3.11.x.
2020

2121
Names prefixed by an underscore, such as ``_Py_InternalState``,
2222
are private API that can change without notice even in patch releases.

0 commit comments

Comments
 (0)