SIGN IN SIGN UP

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.
V
Victor Stinner committed
c991f2415d4eef663039a83125aa6aad81672680
Parent: 5ec33a1
Committed by GitHub <noreply@github.com> on 3/1/2019, 4:19:04 PM