]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-92584: Remove distutils from the newtypes tutorial includes (GH-108024...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Aug 2023 20:07:15 +0000 (13:07 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 20:07:15 +0000 (22:07 +0200)
commit200af4294e9a99bf0d4f535c43f75f304eb53497
treeff05afaaba69e35b8d5307a7d41f55619588813a
parent92cbe739d42acde858e27d9c06524312dda7534e
[3.12] GH-92584: Remove distutils from the newtypes tutorial includes (GH-108024) (#108333)

GH-92584: Remove distutils from the newtypes tutorial includes (GH-108024)
(cherry picked from commit e97b7bef4fbe71821d59d2f41f311e514fd29e39)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/extending/newtypes_tutorial.rst
Doc/includes/newtypes/custom.c [moved from Doc/includes/custom.c with 100% similarity]
Doc/includes/newtypes/custom2.c [moved from Doc/includes/custom2.c with 100% similarity]
Doc/includes/newtypes/custom3.c [moved from Doc/includes/custom3.c with 100% similarity]
Doc/includes/newtypes/custom4.c [moved from Doc/includes/custom4.c with 100% similarity]
Doc/includes/newtypes/pyproject.toml [new file with mode: 0644]
Doc/includes/newtypes/setup.py [new file with mode: 0644]
Doc/includes/newtypes/sublist.c [moved from Doc/includes/sublist.c with 100% similarity]
Doc/includes/newtypes/test.py [moved from Doc/includes/test.py with 94% similarity]
Doc/includes/setup.py [deleted file]