[issue36123] Race condition in test_socket

2019-02-26 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: I am closing this as it has been fixed by this PR -- stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue36123] Race condition in test_socket

2019-02-26 Thread miss-islington
miss-islington added the comment: New changeset 2632474957fa9c6311af21be6906d1234853f288 by Miss Islington (bot) in branch '3.7': bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-12053)

[issue36123] Race condition in test_socket

2019-02-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +12081 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36123] Race condition in test_socket

2019-02-26 Thread STINNER Victor
STINNER Victor added the comment: New changeset 53b9e1a1c1d86187ad6fbee492b697ef8be74205 by Victor Stinner (Joannah Nanjekye) in branch 'master': bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-12053)

[issue36123] Race condition in test_socket

2019-02-26 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +12079 stage: -> patch review ___ Python tracker ___ ___

[issue36123] Race condition in test_socket

2019-02-26 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : Looking at the buildbot failures, there is a race condition in a test_socket test: def _testWithTimeoutTriggeredSend(self): address = self.serv.getsockname() with open(support.TESTFN, 'rb') as file: with