]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable ABI manife...
authorPetr Viktorin <encukou@gmail.com>
Tue, 25 Nov 2025 14:16:49 +0000 (15:16 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Nov 2025 14:16:49 +0000 (15:16 +0100)
commit202fce0dbde1da32d8abc2eb59ddfce6f6a3c9fa
tree168b4cd06d9e2446208978a2dbe44295eb3f6bbd
parentf445c452ea879e01b4144809a5fd8826ac98f305
gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable ABI manifest (#141910)

These were added to the limited API in 3.5.
Not including them in `Misc/stable_abi.toml` was a bug.
Doc/c-api/module.rst
Doc/data/stable_abi.dat
Misc/stable_abi.toml