Uh oh!
There was an error while loading. Please reload this page.
gh-121621: Use PyMutex for writes to asyncio state - #121622
Conversation
colesbury
left a comment
There was a problem hiding this comment.
The mutex locking should be limited to the free-threaded build. You can define some macros that that lock the mutex, but are are no-ops if Py_GIL_DISABLED is not defined.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
colesbury
left a comment
There was a problem hiding this comment.
LGTM, with one minor comment. It'd be good to get @kumaraditya303's feedback as well.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Fidget-Spinner
commented
Jul 14, 2024
Thanks @kumaraditya303 for the reviews! |
Thanks @Fidget-Spinner for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @Fidget-Spinner and @kumaraditya303, I could not cleanly backport this to |
…onGH-121622) (cherry picked from commit 5d6861a) Co-authored-by: Ken Jin <kenjin@python.org> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
GH-121774 is a backport of this pull request to the 3.13 branch. |
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Uh oh!
There was an error while loading. Please reload this page.