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 corona10, iritkatriel, vstinner
Date 2021-08-12.14:23:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628778223.59.0.47298874301.issue44895@roundup.psfhosted.org>
In-reply-to
Content
> I see it on Mac but not windows.

Aha, maybe there is something specific on Mac which triggers an exact code path to trigger to bug. I already saw bugs like that.

You can try to play with gc.set_threshold() to change how garbage collection is triggered.
History
Date User Action Args
2021-08-12 14:23:43vstinnersetrecipients: + vstinner, corona10, iritkatriel
2021-08-12 14:23:43vstinnersetmessageid: <1628778223.59.0.47298874301.issue44895@roundup.psfhosted.org>
2021-08-12 14:23:43vstinnerlinkissue44895 messages
2021-08-12 14:23:43vstinnercreate