[issue23669] test_socket.NonBlockingTCPTests failing due to race condition

2017-09-11 Thread STINNER Victor
STINNER Victor added the comment: I didn't see this message last 6 months even if we now have a long list of Windows buildbots. So I consider that the bug was fixed in the meanwhile. -- nosy: +haypo resolution: -> fixed stage: -> resolved status: open -> closed __

[issue23669] test_socket.NonBlockingTCPTests failing due to race condition

2015-03-14 Thread Steve Dower
New submission from Steve Dower: The test at Lib/test/test_socket.py:3883 is failing intermittently (but more often than not) due to a race condition between the two threads involved in the test. == FAIL: testRecv (test.test_s