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 mhughes
Recipients mhughes, miss-islington, vstinner
Date 2020-07-03.16:17:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593793048.55.0.326079791329.issue37322@roundup.psfhosted.org>
In-reply-to
Content
Whoops, I realise the patch I shared contained a combination of two (independent) approaches I tried:

1. Add sleep and perform cleanup
2. Naively patch catch_threading_exception to accept a cleanup routine to be run upon exiting but before removing the thread.
History
Date User Action Args
2020-07-03 16:17:28mhughessetrecipients: + mhughes, vstinner, miss-islington
2020-07-03 16:17:28mhughessetmessageid: <1593793048.55.0.326079791329.issue37322@roundup.psfhosted.org>
2020-07-03 16:17:28mhugheslinkissue37322 messages
2020-07-03 16:17:28mhughescreate