]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable...
authorPetr Viktorin <encukou@gmail.com>
Wed, 26 Nov 2025 14:34:57 +0000 (15:34 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Nov 2025 14:34:57 +0000 (15:34 +0100)
commit9756d8c63737042db611205b0c33c353d5dbd9c3
tree171f86c6047f29f063cd2ea4d6a2c5009a7e4de2
parent0e3d1b8670040850235a2bc34f452b5ab3434755
[3.13] gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable ABI manifest (#141910) (GH-141977)

These were added to the limited API in 3.5-3.12.
Not including them in `Misc/stable_abi.toml` was a bug.

(cherry picked from commit 202fce0dbde1da32d8abc2eb59ddfce6f6a3c9fa)
Doc/c-api/module.rst
Doc/data/stable_abi.dat
Misc/stable_abi.toml