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