bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Fix the 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.
V
Victor Stinner committed
5909a494cd3ba43143b28bd439773ed85a485dfc
Parent: 3df5c68
Committed by GitHub <noreply@github.com>
on 11/16/2020, 2:20:34 PM