gh-111968: remove redundant fetching of interpreter state in dict implementation by kumaraditya303 · Pull Request #136673 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
kumaraditya303 merged 1 commit intopython:mainfrom
Jul 15, 2025Merged
gh-111968: remove redundant fetching of interpreter state in dict implementation #136673
kumaraditya303 merged 1 commit intopython:mainfrom
gh-111968: remove redundant fetching of interpreter state in dict implementation #136673
kumaraditya303 merged 1 commit intopython:mainfrom
Conversation
Copy link Copy Markdown
Contributor
This removes the redundant fetching of interpreter state where it is not needed now. This is leftover from #114323 when freelist was per-interpreter rather than per-thread in free-threading.
kumaraditya303
requested review from
markshannon and
methane
as code owners
kumaraditya303
added
skip news
interpreter-core
labels
Jul 15, 2025
bedevere-app
bot
added
the
awaiting core review
label
bedevere-app
bot
mentioned this pull request
kumaraditya303
changed the title
gh-111968: remove redundant calls to fetch interpreter state in dict
gh-111968: remove redundant fetching of interpreter state in dict implementation
bedevere-app
bot
removed
the
awaiting core review
label
kumaraditya303
deleted the
dict2
branch
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request
Aug 4, 2025…ict` implementation (python#136673)
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request
Aug 19, 2025…ict` implementation (python#136673)
kumaraditya303
mentioned this pull request
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 free to join this conversation on GitHub. Already have an account? Sign in to comment