commit | d8ff44ce4cd6f3ec0fab5fccda6bf14afcb25c30 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Mar 27 17:50:42 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Mar 27 17:50:42 2020 +0100 |
tree | 009d56fe2dac5c1e920771297c9a08eb38d16ef8 | |
parent | 5a58c5280b8df4ca5d6a19892b24fff96e9ea868 [diff] |
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.