Skip to content

Commit 4cbea51

Browse files
authored
bpo-36146: Refactor setup.py (GH-12093)
* Rename globals to upper case to better distinguish if a variable is global or local: * Rename cross_compiling to CROSS_COMPILING * Rename host_platform to HOST_PLATFORM * Rename disabled_module_list to DISABLED_MODULE_LIST * Add MS_WINDOWS, CYGWIN and MACOS constants. * Use booleans: replace "return 0" with "return False" and replace "return 1" with "return True"
1 parent 4173772 commit 4cbea51

File tree

1 file changed

+72
-69
lines changed

1 file changed

+72
-69
lines changed

0 commit comments

Comments
 (0)