diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-03-01 17:19:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-01 17:19:04 +0100 |
commit | c991f2415d4eef663039a83125aa6aad81672680 (patch) | |
tree | f71520382f55c472ec2db59ffe98636a8e029079 /Python/compile.c | |
parent | 5ec33a1c25a586552751ca35c85ab7ecb6b06ec3 (diff) | |
download | cpython-git-c991f2415d4eef663039a83125aa6aad81672680.tar.gz |
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.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions