]> 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:05:01 +0000 (22:05 +0200)
committerCharles-François Natali <neologix@free.fr>
Wed, 21 Sep 2011 20:05:01 +0000 (22:05 +0200)
commit9089b7956b658c6fbdeb29826e73b096d7f219f5
tree2c555a180aad48f4752c8dc1f12786f6ba0e445b
parent85579b8f0e6e506f4995098ac0ee1d96e9960ed9
parenta49ed7650a86a01ddc77486e335d31031ef6086c
Fix a race condition in test_socket.ThreadableTest: the client is reported
ready before having been set up.
Lib/test/test_socket.py