New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue39812> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com