-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Revert "gh-128691: Use deferred reference counting on _thread._local
(#128693)"
#128753
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
Conversation
…_local` (python#128693)" This reverts commit c141748.
!buildbot AMD64 Debian root 3.x |
The regex 'AMD64 Debian root 3.x' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
!buildbot "AMD64 Debian root 3.x" |
The regex '"AMD64 Debian root 3.x"' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
!buildbot AMD64 |
🤖 New build scheduled with the buildbot fleet by @hugovk for commit 26de5be 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
"AMD64 Debian root" passed here: |
And |
This reverts commit c141748.
Just as a test to check the buildbots: https://buildbot.python.org/#/builders/345/builds/9906
threading.local()
access should scale well from multiple threads #128691