]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-112092: clarify unstable ABI recompilation requirements (#112093)
authorDerSchinken <53398996+DerSchinken@users.noreply.github.com>
Thu, 18 Jan 2024 20:04:40 +0000 (21:04 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2024 20:04:40 +0000 (21:04 +0100)
Use different versions in the examples for when extensions do and do not need to be recompiled to make the examples easier to understand.

Doc/c-api/stable.rst

index 63a100a6f26f24c8d2b3626f4eaaa7f0e5bd0249..5b9e43874c7f2ba70f2808cc66593eb12d4a54a1 100644 (file)
@@ -16,7 +16,7 @@ CPython's Application Binary Interface (ABI) is forward- and
 backwards-compatible across a minor release (if these are compiled the same
 way; see :ref:`stable-abi-platform` below).
 So, code compiled for Python 3.10.0 will work on 3.10.8 and vice versa,
-but will need to be compiled separately for 3.9.x and 3.10.x.
+but will need to be compiled separately for 3.9.x and 3.11.x.
 
 There are two tiers of C API with different stability expectations: