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 pitrou
Recipients aeros, pitrou, tomMoral
Date 2020-03-01.14:03:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583071410.96.0.599538732629.issue39812@roundup.psfhosted.org>
In-reply-to
Content
Since issue37266 (which forbid daemon threads in subinterpreters), we probably want to forego daemon threads in concurrent.futures.  This means we also need a way to run an atexit-like hook before non-daemon threads are joined on (sub)interpreter shutdown.

See discussion below:
https://bugs.python.org/issue37266#msg362890
History
Date User Action Args
2020-03-01 14:03:31pitrousetrecipients: + pitrou, tomMoral, aeros
2020-03-01 14:03:30pitrousetmessageid: <1583071410.96.0.599538732629.issue39812@roundup.psfhosted.org>
2020-03-01 14:03:30pitroulinkissue39812 messages
2020-03-01 14:03:30pitroucreate