diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2022-11-24 17:34:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 17:34:21 (GMT) |
commit | 351842b46a7cb3c3f23b200d532cf29e4557ad4b (patch) | |
tree | e230af02921504a26b78dcf59e2afb6a4098b091 /Misc | |
parent | b5b3904f05e77f044f158307bc6bdd2bc1b670a2 (diff) | |
download | cpython-351842b46a7cb3c3f23b200d532cf29e4557ad4b.zip cpython-351842b46a7cb3c3f23b200d532cf29e4557ad4b.tar.gz cpython-351842b46a7cb3c3f23b200d532cf29e4557ad4b.tar.bz2 |
GH-66285: Revert "fix forking in asyncio" (#99756)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-17-10-56-47.gh-issue-66285.KvjlaB.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-17-10-56-47.gh-issue-66285.KvjlaB.rst b/Misc/NEWS.d/next/Library/2022-11-17-10-56-47.gh-issue-66285.KvjlaB.rst deleted file mode 100644 index ebd8217..0000000 --- a/Misc/NEWS.d/next/Library/2022-11-17-10-56-47.gh-issue-66285.KvjlaB.rst +++ /dev/null @@ -1 +0,0 @@ -Fix :mod:`asyncio` to not share event loop and signal wakeupfd in forked processes. Patch by Kumar Aditya. |