]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 28 Sep 2022 17:39:42 +0000 (23:09 +0530)
committerGitHub <noreply@github.com>
Wed, 28 Sep 2022 17:39:42 +0000 (10:39 -0700)
commit575a253b5c203e8d2ebfd239ed5a613179f8984f
tree2bf2c6833ef3d08ae73cf410bacf24703f1f9ae1
parent9a404b173e57ce171a867cfc3776cdf88d6c553f
GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-runner.rst
Lib/asyncio/base_events.py
Lib/asyncio/constants.py
Lib/asyncio/runners.py
Misc/NEWS.d/next/Library/2019-09-25-00-37-51.bpo-38267.X9Jb5V.rst [new file with mode: 0644]