commit | 5ec33a1c25a586552751ca35c85ab7ecb6b06ec3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri Mar 01 16:43:28 2019 +0100 |
committer | GitHub <noreply@github.com> | Fri Mar 01 16:43:28 2019 +0100 |
tree | 2d278dae9047909ff94d4104462e5189341d96d6 | |
parent | 95e2cbf32f8156c239b27dae558ba058d0f2d496 [diff] |
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