commit | c991f2415d4eef663039a83125aa6aad81672680 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri Mar 01 17:19:04 2019 +0100 |
committer | GitHub <noreply@github.com> | Fri Mar 01 17:19:04 2019 +0100 |
tree | f71520382f55c472ec2db59ffe98636a8e029079 | |
parent | 5ec33a1c25a586552751ca35c85ab7ecb6b06ec3 [diff] |
bpo-36146: Don't run code at setup.py top level (GH-12127) * Move set_compiler_flags() calls and concurrent.future hack from module top-level to main() * Remove unused variables 'macros' and 'libraries' from detect_multiprocessing(). * Move SUMMARY and CLASSIFIERS constants at the top, move set_compiler_flags() function below these constants. * Add some empty new lines to respect PEP 8.