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 shihai1991, vstinner
Date 2020-04-27.13:42:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587994946.07.0.570963979369.issue40092@roundup.psfhosted.org>
In-reply-to
Content
> Do we have any pep or discuss record about this plan?

"since we are going to delete the threading.Thread object with its _tstate_lock object anyway" sentence is a description of the current _PyThreadState_DeleteExcept() implementation.
History
Date User Action Args
2020-04-27 13:42:26vstinnersetrecipients: + vstinner, shihai1991
2020-04-27 13:42:26vstinnersetmessageid: <1587994946.07.0.570963979369.issue40092@roundup.psfhosted.org>
2020-04-27 13:42:26vstinnerlinkissue40092 messages
2020-04-27 13:42:26vstinnercreate