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

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