summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-03-08-00-02-30.gh-issue-102512.LiugDr.rst
blob: 659cba73cbf34e973f39c2aa61959f5f35b71d09 (plain)
1
2
3
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.