]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45548: makesetup improvements (GH-29225)
authorChristian Heimes <christian@python.org>
Tue, 26 Oct 2021 08:58:43 +0000 (11:58 +0300)
committerGitHub <noreply@github.com>
Tue, 26 Oct 2021 08:58:43 +0000 (10:58 +0200)
commitb5ee79494b2e0d484b7cf59f6746010e22567702
tree57bc1b5c0529c385ab38a693153a53b29272c484
parent6afb285ff0790471a6858e44f85d143f07fda70c
bpo-45548: makesetup improvements (GH-29225)

* record which modules are build as shared extensions
* put object files in same directory as source files
* remove dependency on deleted _math.c

Signed-off-by: Christian Heimes <christian@python.org>
Makefile.pre.in
Modules/makesetup