Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.14] gh-146041: Avoid lock in sys.intern() for already interned strings (gh-146072)#146390

Merged
colesbury merged 1 commit intopython:3.14from
colesbury:backport-6009309-3.14
Mar 25, 2026
Merged

[3.14] gh-146041: Avoid lock in sys.intern() for already interned strings (gh-146072)#146390
colesbury merged 1 commit intopython:3.14from
colesbury:backport-6009309-3.14

Conversation

@colesbury
Copy link
Contributor

@colesburycolesbury commentedMar 24, 2026
edited by bedevere-appbot
Loading

Fix free-threading scaling bottleneck in sys.intern andPyObject_SetAttr by avoiding the interpreter-wide lock when the string is already interned and immortalized.

(cherry picked from commit6009309)

…ed strings (pythongh-146072)Fix free-threading scaling bottleneck in sys.intern and `PyObject_SetAttr` byavoiding the interpreter-wide lock when the string is already interned andimmortalized.(cherry picked from commit6009309)Co-authored-by: Sam Gross <colesbury@gmail.com>
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@colesbury for commit7fa9a56 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F146390%2Fmerge

If you want to schedule another build, you need to add the🔨 test-with-refleak-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-refleak-buildbotsTest PR w/ refleak buildbots; report in status section labelMar 24, 2026
@colesburycolesbury merged commitf2b5131 intopython:3.14Mar 25, 2026
94 of 96 checks passed
@colesburycolesbury deleted the backport-6009309-3.14 branchMarch 25, 2026 01:42
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@colesbury@bedevere-bot

[8]ページ先頭

©2009-2026 Movatter.jp