mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Resolved minor XXX question in the obvious way.
This commit is contained in:
parent
3ede7848a9
commit
0939fac795
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ del thread
|
|||
|
||||
# Debug support (adapted from ihooks.py)
|
||||
|
||||
_VERBOSE = 0 # XXX Bool or int?
|
||||
_VERBOSE = False
|
||||
|
||||
if __debug__:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue