Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 215 Bytes

2023-03-08-00-02-30.gh-issue-102512.LiugDr.rst

File metadata and controls

3 lines (3 loc) · 215 Bytes

When :func:`os.fork` is called from a foreign thread (aka _DummyThread), the type of the thread in a child process is changed to _MainThread. Also changed its name and daemonic status, it can be now joined.