]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134160: Use multi-phase init in documentation examples (#134296)
authorneonene <53406459+neonene@users.noreply.github.com>
Mon, 26 May 2025 21:43:35 +0000 (06:43 +0900)
committerGitHub <noreply@github.com>
Mon, 26 May 2025 21:43:35 +0000 (21:43 +0000)
commit96905bdd273d2e5724d2c1b6b0f95ecb0daeaabe
tree00c51aae0323cec5c68e5362c4dc049a1c469c86
parent3c0525126ef95efe2f578e93db09f3282e3ca08f
gh-134160: Use multi-phase init in documentation examples (#134296)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
12 files changed:
Doc/c-api/allocation.rst
Doc/c-api/intro.rst
Doc/extending/building.rst
Doc/extending/embedding.rst
Doc/extending/extending.rst
Doc/extending/index.rst
Doc/extending/newtypes_tutorial.rst
Doc/includes/newtypes/custom.c
Doc/includes/newtypes/custom2.c
Doc/includes/newtypes/custom3.c
Doc/includes/newtypes/custom4.c
Doc/includes/newtypes/sublist.c