← 返回首页
GH-84436: Skip refcounting for known immortals by brandtbucher · Pull Request #107605 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

GH-84436: Skip refcounting for known immortals#107605

Merged
brandtbucher merged 2 commits into
python:mainfrom
brandtbucher:immortal-increfs
Aug 4, 2023
Merged

GH-84436: Skip refcounting for known immortals#107605
brandtbucher merged 2 commits into
python:mainfrom
brandtbucher:immortal-increfs

Conversation

brandtbucher commented Aug 3, 2023
edited
Loading

Copy link
Copy Markdown
Member

These are a few dozen places where we're still attempting to increment the refcounts of known immortal objects.

brandtbucher added performance Performance or resource usage interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Aug 3, 2023
brandtbucher self-assigned this Aug 3, 2023
brandtbucher added 🔨 test-with-buildbots Test PR w/ buildbots; report in status section 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section labels Aug 3, 2023

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @brandtbucher for commit 8abbc6a 🤖

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

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @brandtbucher for commit 8abbc6a 🤖

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

bedevere-bot removed 🔨 test-with-buildbots Test PR w/ buildbots; report in status section 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section labels Aug 3, 2023

gvanrossum left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

Good change! I'm impressed you found these.

Copy link
Copy Markdown
Member Author

Checked all 17(!) of the failing buildbots, and they're failing for the same reasons on other PRs. So, unrelated to this change.

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

Labels

interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Footer

© 2026 GitHub, Inc.