You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for doing this! We're tracking work to remove TSAN suppressions for free-threading builds in #117657. Can you please close this issue and associate #123697 with #117657?
Feature or enhancement
Proposal:
The root cause of this race here is we use the same socket in the server and client side in our test. I think this is wrong
FYI https://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L4817-L4825
I think we just need make a small patch for test case
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: