]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 30 Mar 2022 12:15:06 +0000 (15:15 +0300)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 12:15:06 +0000 (15:15 +0300)
commitf08a191882f75bb79d42a49039892105b2212fb9
treee30c76a39b816edba83ade96c867de64277b1f05
parent04acfa94bb383cce973739478a7b58ab20ab47f4
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Doc/library/asyncio-runner.rst
Lib/asyncio/runners.py
Lib/test/test_asyncio/test_runners.py
Misc/NEWS.d/next/Library/2022-03-25-01-27-25.bpo-39622.ieBIMp.rst [new file with mode: 0644]