Uh oh!
There was an error while loading. Please reload this page.
Revert "gh-128691: Use deferred reference counting on _thread._local (#128693)" - #128753
Closed
hugovk wants to merge 1 commit into
Closed
Revert "gh-128691: Use deferred reference counting on _thread._local (#128693)"#128753hugovk wants to merge 1 commit into
_thread._local (#128693)"#128753hugovk wants to merge 1 commit into
Conversation
…_local` (python#128693)" This reverts commit c141748.
hugovk
commented
Jan 12, 2025
MemberAuthor
!buildbot AMD64 Debian root 3.x |
bedevere-bot
commented
Jan 12, 2025
The regex 'AMD64 Debian root 3.x' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
hugovk
commented
Jan 12, 2025
MemberAuthor
!buildbot "AMD64 Debian root 3.x" |
bedevere-bot
commented
Jan 12, 2025
The regex '"AMD64 Debian root 3.x"' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
hugovk
commented
Jan 12, 2025
MemberAuthor
!buildbot AMD64 |
bedevere-bot
commented
Jan 12, 2025
🤖 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:
|
hugovk
commented
Jan 12, 2025
MemberAuthor
"AMD64 Debian root" passed here: |
hugovk
commented
Jan 12, 2025
MemberAuthor
And |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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