-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
asyncio module state should be locked with mutexes in free-threaded builds #121621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
I think we also want to make I can think of two strategies for this:
|
kumaraditya303
added a commit
that referenced
this issue
Jul 14, 2024
Co-authored-by: Kumar Aditya <[email protected]>
colesbury
pushed a commit
to colesbury/cpython
that referenced
this issue
Jul 14, 2024
…onGH-121622) (cherry picked from commit 5d6861a) Co-authored-by: Ken Jin <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
kumaraditya303
added a commit
that referenced
this issue
Jul 15, 2024
…#121774) (cherry picked from commit 5d6861a) Co-authored-by: Ken Jin <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
Fidget-Spinner
added a commit
that referenced
this issue
Jul 16, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 16, 2024
…121695) (cherry picked from commit 69c68de) Co-authored-by: Ken Jin <[email protected]>
Fidget-Spinner
added a commit
that referenced
this issue
Jul 16, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Co-authored-by: Kumar Aditya <[email protected]>
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
Jul 17, 2024
This avoids changing the ABI and keeps the field in the private struct.
Yhg1s
pushed a commit
that referenced
this issue
Jul 17, 2024
This avoids changing the ABI and keeps the field in the private struct.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 17, 2024
…H-121939) This avoids changing the ABI and keeps the field in the private struct. (cherry picked from commit 81fd625) Co-authored-by: Sam Gross <[email protected]>
Yhg1s
pushed a commit
that referenced
this issue
Jul 18, 2024
) (#121943) gh-121621: Move asyncio_running_loop to private struct (GH-121939) This avoids changing the ABI and keeps the field in the private struct. (cherry picked from commit 81fd625) Co-authored-by: Sam Gross <[email protected]>
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
Jul 19, 2024
The futureobj freelist isn't thread-safe. We intend to re-enable the freelist in a thread-safe way for 3.14 (but not 3.13).
colesbury
added a commit
that referenced
this issue
Jul 19, 2024
The futureobj freelist isn't thread-safe. We intend to re-enable the freelist in a thread-safe way for 3.14 (but not 3.13).
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
Jul 19, 2024
…ld (pythonGH-122046) The futureobj freelist isn't thread-safe. We intend to re-enable the freelist in a thread-safe way for 3.14 (but not 3.13). (cherry picked from commit 9724820) Co-authored-by: Sam Gross <[email protected]>
colesbury
added a commit
that referenced
this issue
Jul 19, 2024
Fixed. |
kumaraditya303
added a commit
that referenced
this issue
Dec 18, 2024
srinivasreddy
pushed a commit
to srinivasreddy/cpython
that referenced
this issue
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature or enhancement
Proposal:
Please see issue title.
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: