diff options
-rw-r--r-- | Lib/threading.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/threading.py b/Lib/threading.py index 78135f9..730da67 100644 --- a/Lib/threading.py +++ b/Lib/threading.py @@ -26,7 +26,7 @@ del thread # Debug support (adapted from ihooks.py) -_VERBOSE = 0 # XXX Bool or int? +_VERBOSE = False if __debug__: |