[New-bugs-announce] [issue39812] Avoid daemon threads in concurrent.futures

Antoine Pitrou report at bugs.python.org
Sun Mar 1 09:03:30 EST 2020


New submission from Antoine Pitrou <pitrou at free.fr>:

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

----------
components: Library (Lib)
messages: 363059
nosy: aeros, pitrou, tomMoral
priority: normal
severity: normal
stage: needs patch
status: open
title: Avoid daemon threads in concurrent.futures
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39812>
_______________________________________


More information about the New-bugs-announce mailing list