mirror of https://github.com/python/cpython
Resolved minor XXX question in the obvious way.
This commit is contained in:
parent
3ede7848a9
commit
0939fac795
|
@ -26,7 +26,7 @@ del thread
|
|||
|
||||
# Debug support (adapted from ihooks.py)
|
||||
|
||||
_VERBOSE = 0 # XXX Bool or int?
|
||||
_VERBOSE = False
|
||||
|
||||
if __debug__:
|
||||
|
||||
|
|
Loading…
Reference in New Issue