SIGN IN SIGN UP

bpo-40089: Fix threading._after_fork() (GH-19191)

If fork was not called by a thread spawned by threading.Thread,
threading._after_fork() now creates a _MainThread instance for
_main_thread, instead of a _DummyThread instance.
V
Victor Stinner committed
d8ff44ce4cd6f3ec0fab5fccda6bf14afcb25c30
Parent: 5a58c52
Committed by GitHub <noreply@github.com> on 3/27/2020, 4:50:42 PM