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 iritkatriel
Recipients iritkatriel, jd
Date 2021-01-24.16:24:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611505491.75.0.589615048363.issue42647@roundup.psfhosted.org>
In-reply-to
Content
b61b818d916942aad1f8f3e33181801c4a1ed14b is the first bad commit
commit b61b818d916942aad1f8f3e33181801c4a1ed14b
Author: Kyle Stanley <aeros167@gmail.com>
Date:   Fri Mar 27 15:31:22 2020 -0400

    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.
History
Date User Action Args
2021-01-24 16:24:51iritkatrielsetrecipients: + iritkatriel, jd
2021-01-24 16:24:51iritkatrielsetmessageid: <1611505491.75.0.589615048363.issue42647@roundup.psfhosted.org>
2021-01-24 16:24:51iritkatriellinkissue42647 messages
2021-01-24 16:24:50iritkatrielcreate