]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36146: Split setup.py into subfunctions (GH-12125)
authorVictor Stinner <vstinner@redhat.com>
Fri, 1 Mar 2019 15:43:28 +0000 (16:43 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2019 15:43:28 +0000 (16:43 +0100)
commit5ec33a1c25a586552751ca35c85ab7ecb6b06ec3
tree2d278dae9047909ff94d4104462e5189341d96d6
parent95e2cbf32f8156c239b27dae558ba058d0f2d496
bpo-36146: Split setup.py into subfunctions (GH-12125)

* Split PyBuildExt.detect_modules() huge function into subfunctions.
* Move curses, hashlib and some other code to reorganize the code.
* detect_tkinter() now returns False if the extension is missing.
* Add PyBuildExt.config_h_vars attribute
setup.py