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 eric.snow, pitrou, serhiy.storchaka, vstinner
Date 2020-12-18.10:47:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608288461.4.0.428721081869.issue42671@roundup.psfhosted.org>
In-reply-to
Content
> I wrote this issue to attempt to fix a leak in PR 23811 which converts the _thread extension module to the multiphase initialization API (PEP 489).

I fixed this bug by adding a traverse function to the _thread lock type. So I don't *need* this issue to unblock PR 23811 anymore.

But I'm still interested to make the finalization more determistic.
History
Date User Action Args
2020-12-18 10:47:41vstinnersetrecipients: + vstinner, pitrou, eric.snow, serhiy.storchaka
2020-12-18 10:47:41vstinnersetmessageid: <1608288461.4.0.428721081869.issue42671@roundup.psfhosted.org>
2020-12-18 10:47:41vstinnerlinkissue42671 messages
2020-12-18 10:47:41vstinnercreate