]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93939: Build C extensions without setup.py (GH-94474)
authorChristian Heimes <christian@python.org>
Thu, 14 Jul 2022 07:51:49 +0000 (09:51 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 07:51:49 +0000 (00:51 -0700)
commit81dca70d704d0834d8c30580e648a973250b2973
tree4c3fbd011e05692ae1720457d0e7602484b8dd26
parentb03a9e8c8a4f3f5bb7196d4825fbfdaff022756f
gh-93939: Build C extensions without setup.py (GH-94474)

Combines GH-93940, GH-94452, and GH-94433
14 files changed:
Doc/whatsnew/3.12.rst
Lib/_bootsubprocess.py [deleted file]
Lib/test/test_descr.py
Makefile.pre.in
Misc/NEWS.d/next/Build/2022-06-28-09-42-10.gh-issue-93939._VWxKW.rst [new file with mode: 0644]
Modules/Setup
Modules/Setup.stdlib.in
Python/stdlib_module_names.h
Tools/scripts/check_extension_modules.py
Tools/scripts/generate_stdlib_module_names.py
Tools/ssl/multissltests.py
configure
configure.ac
setup.py [deleted file]