]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134160: Use multi-phase init in documentation examples (GH-134296) (#134753)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 May 2025 21:50:18 +0000 (23:50 +0200)
committerGitHub <noreply@github.com>
Mon, 26 May 2025 21:50:18 +0000 (21:50 +0000)
commitb6e624a3fcd94600cbc1062cd13b0abbe56f0c25
tree58b3384fce2b4bb7ca05de3654363adcd45aeb5e
parente86efabaee28bed5ccfe223001f465966fbf4643
[3.14] gh-134160: Use multi-phase init in documentation examples (GH-134296) (#134753)

gh-134160: Use multi-phase init in documentation examples (GH-134296)
(cherry picked from commit 96905bdd273d2e5724d2c1b6b0f95ecb0daeaabe)

Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
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