This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients M-Reimer, bsteffensmeier, corona10, eric.snow, erlendaasland, graysky, hroncok, jokot3, miss-islington, ndjensen, petr.viktorin, shihai1991, uckelman, vstinner
Date 2022-01-20.22:21:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642717282.72.0.0375694682764.issue46070@roundup.psfhosted.org>
In-reply-to
Content
Another measure using the command:

    PYTHONHASHSEED=0 ./python -X showrefcount -c pass

I had to run the command 20 times to get a stable value, I don't know why.

main branch: [21981 refs, 5716 blocks]
PR: [21887 refs, 5667 blocks]

=> the PR removes 94 references and 49 memory blocks.
History
Date User Action Args
2022-01-21 00:39:17vstinnerunlinkissue46070 messages
2022-01-20 22:21:22vstinnersetrecipients: + vstinner, petr.viktorin, eric.snow, ndjensen, hroncok, uckelman, corona10, miss-islington, shihai1991, erlendaasland, graysky, bsteffensmeier, M-Reimer, jokot3
2022-01-20 22:21:22vstinnersetmessageid: <1642717282.72.0.0375694682764.issue46070@roundup.psfhosted.org>
2022-01-20 22:21:22vstinnerlinkissue46070 messages
2022-01-20 22:21:22vstinnercreate