Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
GH-100892: Fix race in clearing threading.local#100922
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
kumaraditya303 commented Jan 10, 2023 • edited by bedevere-bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-bot
Uh oh!
There was an error while loading. Please reload this page.
kumaraditya303 commented Jan 10, 2023
This race exists in security only branches too, @ambv how about backporting this to those? |
Uh oh!
There was an error while loading. Please reload this page.
pablogsal commented Jan 10, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Excellent job @kumaraditya303 👌 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kumaraditya303 commented Jan 11, 2023
Thanks for the review, I have added a test and verified it, will merge once CI passes. |
miss-islington commented Jan 11, 2023
Thanks @kumaraditya303 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
miss-islington commented Jan 11, 2023
Sorry @kumaraditya303, I had trouble checking out the |
miss-islington commented Jan 11, 2023
Sorry, @kumaraditya303, I could not cleanly backport this to |
miss-islington commented Jan 11, 2023
Thanks @kumaraditya303 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
miss-islington commented Jan 11, 2023
Thanks @kumaraditya303 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
miss-islington commented Jan 11, 2023
Sorry @kumaraditya303, I had trouble checking out the |
miss-islington commented Jan 11, 2023
Sorry, @kumaraditya303, I could not cleanly backport this to |
bedevere-bot commented Jan 11, 2023
GH-100937 is a backport of this pull request to the 3.11 branch. |
…nGH-100922). (cherry picked from commit 762745a) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
bedevere-bot commented Jan 11, 2023
GH-100938 is a backport of this pull request to the 3.10 branch. |
…nGH-100922). (cherry picked from commit 762745a) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
bedevere-bot commented Jan 11, 2023
GH-100939 is a backport of this pull request to the 3.9 branch. |
1 similar comment
bedevere-bot commented Jan 11, 2023
GH-100939 is a backport of this pull request to the 3.9 branch. |
…ythonGH-100922). (cherry picked from commit 762745a) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>. (cherry picked from commit 683e9fe) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
…ythonGH-100922). (cherry picked from commit 762745a) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>. (cherry picked from commit 683e9fe) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
…100939) [3.9] [3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (cherry picked from commit 762745a) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>. (cherry picked from commit 683e9fe) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
…GH-100922) (python#100939) [3.9] [3.10] pythonGH-100892: Fix race in clearing `threading.local` (pythonGH-100922). (cherry picked from commit 762745a) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>. (cherry picked from commit 683e9fe) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> [adjusted for 3.8 by Michał Górny]
…GH-100922) (python#100939) [3.9] [3.10] pythonGH-100892: Fix race in clearing `threading.local` (pythonGH-100922). (cherry picked from commit 762745a) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>. (cherry picked from commit 683e9fe) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> [adjusted for 3.8 by Michał Górny]
threading.local()and GIL acquisition on Linux #100892