cpython/Lib/concurrent
Kyle Stanley b61b818d91
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
Remove daemon threads from :mod:`concurrent.futures` by adding
an internal `threading._register_atexit()`, which calls registered functions
prior to joining all non-daemon threads. This allows for compatibility
with subinterpreters, which don't support daemon threads.
2020-03-27 20:31:22 +01:00
..
futures bpo-39812: Remove daemon threads in concurrent.futures (GH-19149) 2020-03-27 20:31:22 +01:00
__init__.py Initial implementation of PEP 3148 2010-09-18 22:35:02 +00:00