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 jack__d
Recipients Genarito, davin, jack__d, pitrou, sicard_elda
Date 2021-07-26.00:24:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627259064.5.0.164088790765.issue43944@roundup.psfhosted.org>
In-reply-to
Content
I've identified the first bad commit with git-bisect:

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-07-26 00:24:24jack__dsetrecipients: + jack__d, pitrou, davin, Genarito, sicard_elda
2021-07-26 00:24:24jack__dsetmessageid: <1627259064.5.0.164088790765.issue43944@roundup.psfhosted.org>
2021-07-26 00:24:24jack__dlinkissue43944 messages
2021-07-26 00:24:24jack__dcreate