]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Feb 2024 10:34:41 +0000 (12:34 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Feb 2024 10:34:41 +0000 (10:34 +0000)
commitb9f560258c6d13166da662d85422562f986f7af2
tree31bb0b2f89595615676a08604ae42d0454fb7fdf
parentc4fa79b924a14bc08a8e4a28e76b7ff29663b75f
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-115292)

(cherry picked from commit 573acb30f22a84c0f2c951efa002c9946e29b6a3)
14 files changed:
Doc/c-api/buffer.rst
Doc/c-api/code.rst
Doc/c-api/exceptions.rst
Doc/c-api/file.rst
Doc/c-api/init.rst
Doc/c-api/intro.rst
Doc/c-api/long.rst
Doc/c-api/memory.rst
Doc/c-api/structures.rst
Doc/c-api/sys.rst
Doc/c-api/veryhigh.rst
Doc/extending/extending.rst
Doc/extending/newtypes.rst
Doc/library/re.rst