Commit 5080b330 authored by Guido van Rossum's avatar Guido van Rossum

Comment out a debugging print statement that triggered a complaint in

c.l.py.
parent 065cba12
......@@ -517,7 +517,7 @@ def currentThread():
try:
return _active[_get_ident()]
except KeyError:
print "currentThread(): no current thread for", _get_ident()
##print "currentThread(): no current thread for", _get_ident()
return _DummyThread()
def activeCount():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment