Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-122420: Fix accounting for immortal interned strings in refleak.py#122421
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…leak.pyThe `_PyUnicode_Intern*` functions already adjust the total refcount, sowe don't want to readjust it in refleak.py.
colesbury commentedJul 29, 2024
!buildbot nogil refleak |
bedevere-bot commentedJul 29, 2024
🤖 New build scheduled with the buildbot fleet by@colesbury for commitbbc1ddf 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
colesbury commentedJul 29, 2024
!buildbot AMD64 RHEL8 Refleaks |
bedevere-bot commentedJul 29, 2024
🤖 New build scheduled with the buildbot fleet by@colesbury for commitbbc1ddf 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
encukou left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for the catch!
Thanks@colesbury for the PR, and@encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…eak.py (pythonGH-122421)The `_PyUnicode_Intern*` functions already adjust the total refcount, sowe don't want to readjust it in refleak.py.(cherry picked from commitac8da34)Co-authored-by: Sam Gross <colesbury@gmail.com>
GH-122430 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
The
_PyUnicode_Intern*functions already adjust the total refcount, so we don't want to readjust it in refleak.py.test_internintest_sysleaks negative references in free-threaded build #122420