mirror of
https://github.com/python/cpython.git
synced 2024-12-01 22:04:04 +08:00
Define DEBUG in a separate module to resolve circular references.
This commit is contained in:
parent
504bc4f3b7
commit
5f6228ed46
6
Lib/distutils/debug.py
Normal file
6
Lib/distutils/debug.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import os
|
||||||
|
|
||||||
|
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
|
||||||
|
# debug mode.
|
||||||
|
DEBUG = os.environ.get('DISTUTILS_DEBUG')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user