• Victor Stinner's avatar
    bpo-36146: Split setup.py into subfunctions (GH-12125) · 5ec33a1c
    Victor Stinner authored
    * 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
    5ec33a1c
setup.py 100 KB