https://github.com/python/cpython/commit/f9158d63b1c76a7716dc46bcb48eba19b5a648cc
commit: f9158d63b1c76a7716dc46bcb48eba19b5a648cc
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: ronaldoussoren <[email protected]>
date: 2024-01-18T21:28:04+01:00
summary:

[3.12] gh-112092: clarify unstable ABI recompilation requirements (GH-112093) 
(#114260)

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 68a7b78cd5185cbd9456f42c15ecf872a7c16f44)

Co-authored-by: DerSchinken <[email protected]>

files:
M Doc/c-api/stable.rst

diff --git a/Doc/c-api/stable.rst b/Doc/c-api/stable.rst
index 63a100a6f26f24..5b9e43874c7f2b 100644
--- a/Doc/c-api/stable.rst
+++ b/Doc/c-api/stable.rst
@@ -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:
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to