]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-66285: fix forking in `asyncio` (#99539)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Thu, 24 Nov 2022 03:40:27 +0000 (09:10 +0530)
committerGitHub <noreply@github.com>
Thu, 24 Nov 2022 03:40:27 +0000 (09:10 +0530)
commit0c1fbc17b48f56c6070d335ed291a24c91ed190a
treefd255e556f7245eaa7878483f2747681cbaabb83
parent9dc08361bef67a331d1609c8629314c0ca5a79d5
GH-66285: fix forking in `asyncio` (#99539)

`asyncio` now does not shares event loop and signal wakeupfd in forked processes.
Lib/asyncio/events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2022-11-17-10-56-47.gh-issue-66285.KvjlaB.rst [new file with mode: 0644]