Skip to content

gh-155981: Store refleak deltas in arrays - #155982

Draft
nascheme wants to merge 2 commits into
python:mainfrom
nascheme:gh-155981-refleak-use-array
Draft

gh-155981: Store refleak deltas in arrays#155982
nascheme wants to merge 2 commits into
python:mainfrom
nascheme:gh-155981-refleak-use-array

Conversation

@nascheme

@nascheme nascheme commented Aug 17, 2026

Copy link
Copy Markdown
Member

Store per-run deltas in array objects rather than lists of pooled integers. Large, unique deltas could otherwise grow int_pool and make the refleak checker report its own retained integers as reference leaks.

Store per-run deltas in array objects rather than lists of pooled
integers. Large, unique deltas could otherwise grow int_pool and make
the refleak checker report its own retained integers as reference leaks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant