-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
GH-116946: Eliminate the need for the GC in the _thread.lock and _thread.RLock
#141268
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
GH-116946: Eliminate the need for the GC in the _thread.lock and _thread.RLock
#141268
Conversation
|
@kumaraditya303 Could you please take a look? |
|
Thanks! |
…d.lock` and `_thread.RLock` (python#141268)" This reverts commit fbebca2.
|
🤖 New build scheduled with the buildbot fleet by @efimov-mikhail for commit fb0dc6f 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F141268%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
|
Oh, it seems that 🔨 test-with-buildbots label can't make something useful after PR have been merged. |
…and `_thread.RLock` (python#141268)
….lock` and `_thread.RLock` (python#141448) Revert "pythonGH-116946: eliminate the need for the GC in the `_thread.lock` and `_thread.RLock` (python#141268)" This reverts commit fbebca2.
From #116946 (comment):