mirror of https://github.com/python/cpython
Remove out-of-date comment
This commit is contained in:
parent
52a43b5dfd
commit
5bdfd910f5
|
@ -35,10 +35,6 @@ del _thread
|
|||
|
||||
|
||||
# Debug support (adapted from ihooks.py).
|
||||
# All the major classes here derive from _Verbose. We force that to
|
||||
# be a new-style class so that all the major classes here are new-style.
|
||||
# This helps debugging (type(instance) is more revealing for instances
|
||||
# of new-style classes).
|
||||
|
||||
_VERBOSE = False
|
||||
|
||||
|
|
Loading…
Reference in New Issue