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 dkropachev
Recipients dkropachev
Date 2021-06-03.11:01:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622718065.29.0.723713253214.issue44299@roundup.psfhosted.org>
In-reply-to
Content
ThreadPoolExecutor and ProcessPoolExecutor spawn threads and processes with default value of daemon flag, i.e. None.

In some cases it would handful to have control over daemon flag of spawned threads and processes.
Simple 6-line fix to enable it.
History
Date User Action Args
2021-06-03 11:01:05dkropachevsetrecipients: + dkropachev
2021-06-03 11:01:05dkropachevsetmessageid: <1622718065.29.0.723713253214.issue44299@roundup.psfhosted.org>
2021-06-03 11:01:05dkropachevlinkissue44299 messages
2021-06-03 11:01:05dkropachevcreate