Skip to content

[3.13] gh-122420: Fix accounting for immortal interned strings in refleak.py (GH-122421) #122430

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 29, 2024

The _PyUnicode_Intern* functions already adjust the total refcount, so
we don't want to readjust it in refleak.py.
(cherry picked from commit ac8da34)

Co-authored-by: Sam Gross [email protected]

…eak.py (pythonGH-122421)

The `_PyUnicode_Intern*` functions already adjust the total refcount, so
we don't want to readjust it in refleak.py.
(cherry picked from commit ac8da34)

Co-authored-by: Sam Gross <[email protected]>
@encukou
Copy link
Member

encukou commented Jul 29, 2024

!buildbot Ubuntu NoGIL Refleak

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @encukou for commit 1b1daab 🤖

The command will test the builders whose names match following regular expression: Ubuntu NoGIL Refleak

The builders matched are:

  • AMD64 Ubuntu NoGIL Refleaks PR

@encukou
Copy link
Member

encukou commented Jul 29, 2024

!buildbot AMD64 RHEL8 Refleaks

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @encukou for commit 1b1daab 🤖

The command will test the builders whose names match following regular expression: AMD64 RHEL8 Refleaks

The builders matched are:

  • AMD64 RHEL8 Refleaks PR

@encukou encukou merged commit a2c36dd into python:3.13 Jul 30, 2024
136 of 147 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants