commit | 00c77ae55a82548a6b45af73cdf712ea34910645 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Mar 04 18:44:49 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Mar 04 18:44:49 2020 +0100 |
tree | 3ae432304b3f4a44e31c007eb6be074859ba5a95 | |
parent | d82e469048e0e034d8c0020cd33b733be1adf68b [diff] |
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.