]> granicus.if.org Git - python/commit
Change from a threading.Condition object to a threading.Event object for
authorBrett Cannon <bcannon@gmail.com>
Wed, 30 Apr 2003 05:32:32 +0000 (05:32 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 30 Apr 2003 05:32:32 +0000 (05:32 +0000)
commitf9addb676d7ef864c6685a1ac8423b5b2663ec68
tree96f65859d1c2c9b114da41e39cb8c481487d7c0a
parent13da5fa999b0c5ed05af43e86c4b80fcddf73f96
Change from a threading.Condition object to a threading.Event object for
signalling when the TCP server is done.  Should hopefully solve hanging
issues for Solaris 8 & 9.  Solves the apparent hanging issue with OS X.

Closes patch #729988 .
Lib/test/test_logging.py