blob: 090ea2266633e625902f2dd73b4cc0b0ffd85456 [file] [log] [blame]
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.