Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Jun 3, 2025

When sanity checking against gettotalrefcount(), we exclude the blocks for
immortalized strings since their references are not tracked/reported. This
now matches refleak.py's book-keeping using the same functions.
(cherry picked from commit 54ca559)

Co-authored-by: tpburns [email protected]

…zed strings (pythonGH-134871) When sanity checking against gettotalrefcount(), we exclude the blocks for immortalized strings since their references are not tracked/reported. This now matches refleak.py's book-keeping using the same functions. (cherry picked from commit 54ca559) Co-authored-by: tpburns <[email protected]>
@bedevere-appbedevere-appbot added awaiting review tests Tests in the Lib/test dir skip news labels Jun 3, 2025
@vstinnervstinner enabled auto-merge (squash) June 3, 2025 16:01
@vstinnervstinner merged commit 81999f1 into python:3.14Jun 3, 2025
46 checks passed
@miss-islingtonmiss-islington deleted the backport-54ca559-3.14 branch January 2, 2026 17:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@vstinner@tpburns