bpo-37658: Actually return result in race condition#29202
Conversation
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
asvetlov
left a comment
There was a problem hiding this comment.
The PR is correct.
Please add a NEWS entry.
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
|
I couldn't run the I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @asvetlov: please review the changes made to this pull request. |
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
|
Thanks @Dreamsorcerer for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry, something went wrong.
(cherry picked from commit 934a826) Co-authored-by: Sam Bull <aa6bs0@sambull.org>
(cherry picked from commit 934a826) Co-authored-by: Sam Bull <aa6bs0@sambull.org>
Splitting this out from #28149 to ease review.
The original test written for this issue is bogus and fails to reproduce the bug report. I've replaced it with a test that reproduces the error, and have actually fixed the problem reported.
https://bugs.python.org/issue37658