]> granicus.if.org Git - python/commit
Fix a race condition in test_socket.ThreadableTest: the client is reported
authorCharles-François Natali <neologix@free.fr>
Wed, 21 Sep 2011 20:02:27 +0000 (22:02 +0200)
committerCharles-François Natali <neologix@free.fr>
Wed, 21 Sep 2011 20:02:27 +0000 (22:02 +0200)
commit2156594d8c9ce7ca8b3552d4a3e1043bc602d717
treef2fe0d588792bf17ca53faa45c0acfe92c066bb0
parentf8413b29c07babc49a2a891f8716f4fcda538489
Fix a race condition in test_socket.ThreadableTest: the client is reported
ready before having been set up.
Lib/test/test_socket.py