-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
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 <kumaraditya@python.org>
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 <kenjin@python.org> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
kumaraditya303
added a commit
that referenced
this issue
Jul 15, 2024
Fidget-Spinner
added a commit
that referenced
this issue
Jul 16, 2024
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 <kumaraditya@python.org>
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.
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 <colesbury@gmail.com>
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
Uh oh!
There was an error while loading. Please reload this page.
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: