]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Feb 2024 00:17:40 +0000 (01:17 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 00:17:40 +0000 (00:17 +0000)
commite25ac3ba1d7c59ec2596cdc3febe0360d170afa0
tree1187c38f144314eaef4958906034da92cc3ace15
parentae6c01d9d27dd6fb0805340a34f5011b7c1d5e7e
[3.12] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (GH-115622) (#115641)

(cherry picked from commit 53d5e67804227d541ed2f9e8efea8de5d70cb1ec)

Co-authored-by: Jamie Phan <jamie@ordinarylab.dev>
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS.d/next/Library/2024-02-18-12-18-12.gh-issue-111358.9yJUMD.rst [new file with mode: 0644]