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