question on threading.py

Brad Knotwell knotwell at ix.netcom.com
Wed Jan 31 22:50:07 EST 2001


Hello all--

Do the _Condition methods notify and wait really need to call 
currentThread?  Unless currentThread has some side-effect I couldn't see
I think these methods don't have any reason to call them.

Lines 182 and 215 of v2.0 threading.py.

--Brad





More information about the Python-list mailing list