]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39763: Refactor setup.py (GH-18778)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Mar 2020 17:44:49 +0000 (18:44 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2020 17:44:49 +0000 (18:44 +0100)
commit00c77ae55a82548a6b45af73cdf712ea34910645
tree3ae432304b3f4a44e31c007eb6be074859ba5a95
parentd82e469048e0e034d8c0020cd33b733be1adf68b
bpo-39763: Refactor setup.py (GH-18778)

Split long build_extensions() method into sub-methods.

Fix also a typo in Popen.wait(): replace sts with status.
setup.py