summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-11-13-18-53-50.bpo-42350.rsql7V.rst
blob: 090ea2266633e625902f2dd73b4cc0b0ffd85456 (plain)
1
2
3
Fix the :class:`threading.Thread` class at fork: do nothing if the thread is
already stopped (ex: fork called at Python exit). Previously, an error was
logged in the child process.