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-18.16:48:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629305292.74.0.128001756084.issue44895@roundup.psfhosted.org>
In-reply-to
Content
> test leaked [-4, 4, -4] references, sum=-4

If I disable the GC, the script no longer detects "leaks". Same using a GC threshold of 800.

Using a GC threshold between 100 and 700, I reproduce the [-4, 4, -4] references leak.

Funny bug.
History
Date User Action Args
2021-08-18 16:48:12vstinnersetrecipients: + vstinner, gvanrossum, chris.jerdonek, lukasz.langa, Mark.Shannon, corona10, pablogsal, miss-islington, iritkatriel
2021-08-18 16:48:12vstinnersetmessageid: <1629305292.74.0.128001756084.issue44895@roundup.psfhosted.org>
2021-08-18 16:48:12vstinnerlinkissue44895 messages
2021-08-18 16:48:12vstinnercreate