This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aeros
Recipients abacabadabacaba, achimnol, aeros, asvetlov, fantix, lukasz.langa, miss-islington, ned.deily, vstinner, yselivanov
Date 2020-05-28.02:21:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590632500.83.0.165361130372.issue30064@roundup.psfhosted.org>
In-reply-to
Content
> The new test_sock_client_racing() test seems to have... a race condition...

I'm also a bit skeptical about relying on `time.sleep(0.01)` at the end of the loop in `_basetest_sock_recv_racing()`, but I don't have an idea for a better approach at the moment.
History
Date User Action Args
2020-05-28 02:21:40aerossetrecipients: + aeros, vstinner, fantix, ned.deily, asvetlov, abacabadabacaba, lukasz.langa, yselivanov, achimnol, miss-islington
2020-05-28 02:21:40aerossetmessageid: <1590632500.83.0.165361130372.issue30064@roundup.psfhosted.org>
2020-05-28 02:21:40aeroslinkissue30064 messages
2020-05-28 02:21:40aeroscreate