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 Mark.Shannon, chris.jerdonek, corona10, gvanrossum, iritkatriel, lukasz.langa, miss-islington, pablogsal, vstinner
Date 2021-08-31.21:20:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630444829.78.0.171480486796.issue44895@roundup.psfhosted.org>
In-reply-to
Content
> It could be a problem with the way _Py_RefTotal is incremented/decremented.

It can be a cache which is kept alive and then clear the following iteration. See my previous comment:

test leaked [-4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4] references, sum=0

libregrtest/refleak.py does its best to clear *all* caches, type caches, free lists, etc. A single cache which is not cleared can confused libregrtest.
History
Date User Action Args
2021-08-31 21:20:29vstinnersetrecipients: + vstinner, gvanrossum, chris.jerdonek, lukasz.langa, Mark.Shannon, corona10, pablogsal, miss-islington, iritkatriel
2021-08-31 21:20:29vstinnersetmessageid: <1630444829.78.0.171480486796.issue44895@roundup.psfhosted.org>
2021-08-31 21:20:29vstinnerlinkissue44895 messages
2021-08-31 21:20:29vstinnercreate