bpo-36123:race condition in test_socket by nanjekyejoannah · Pull Request #12053 · python/cpython

@nanjekyejoannah

@nanjekyejoannah nanjekyejoannah changed the title Remove race condition in test_socket bpo-36123:race condition in test_socket

Feb 26, 2019

@blurb-it

vstinner

@nanjekyejoannah

vstinner

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 26, 2019
…ion (pythonGH-12053)

Use longer timeout for accept() in the server and block on accept in the client.
The client now only sets the timeout once the socket is connected.
(cherry picked from commit 53b9e1a)

Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>

miss-islington added a commit that referenced this pull request

Feb 26, 2019
…ion (GH-12053)

Use longer timeout for accept() in the server and block on accept in the client.
The client now only sets the timeout once the socket is connected.
(cherry picked from commit 53b9e1a)

Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>