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 jaraco
Recipients Arkady M, ViktorPegy, anselm.kruis, jaraco, koobs, krypticus, martin.panter, pablogsal, vstinner
Date 2020-11-05.01:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604540001.85.0.983469728478.issue37788@roundup.psfhosted.org>
In-reply-to
Content
I marked bpo-42263 as a duplicate of this issue.

This issue is implicated in preventing the desired fix for bpo-37193, where a thread wishes to remove the handle to itself after performing its duty. By removing its own handle, it can never be joined, and thus obviates the most straightforward way to directly remove the handle for a thread within that thread.
History
Date User Action Args
2020-11-05 01:33:21jaracosetrecipients: + jaraco, vstinner, martin.panter, koobs, anselm.kruis, pablogsal, krypticus, Arkady M, ViktorPegy
2020-11-05 01:33:21jaracosetmessageid: <1604540001.85.0.983469728478.issue37788@roundup.psfhosted.org>
2020-11-05 01:33:21jaracolinkissue37788 messages
2020-11-05 01:33:21jaracocreate