Skip to content

bpo-36146: Split setup.py into subfunctions#12125

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:refactor_setup_py5
Mar 1, 2019
Merged

bpo-36146: Split setup.py into subfunctions#12125
vstinner merged 1 commit intopython:masterfrom
vstinner:refactor_setup_py5

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 1, 2019

  • 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

https://bugs.python.org/issue36146

* 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
@vstinner vstinner merged commit 5ec33a1 into python:master Mar 1, 2019
@vstinner vstinner deleted the refactor_setup_py5 branch March 1, 2019 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants