]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have already...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Jul 2022 10:16:12 +0000 (03:16 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2022 10:16:12 +0000 (12:16 +0200)
commit19d953682e86ad51b19313ddba8ddb2602d6efd3
tree27bce6f383b4627eeccdf45516ef66b9426c484a
parent2fb64a0687c36c22933bae38970daa3c9a1ee84f
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have already expired are deliverered promptly (GH-95109) (GH-95216)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
(cherry picked from commit 0c6f898005099be189ee65bcfda659f5fc13b802)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Doc/library/asyncio-task.rst
Lib/asyncio/timeouts.py
Lib/test/test_asyncio/test_timeouts.py
Misc/NEWS.d/next/Library/2022-07-21-22-59-22.gh-issue-95109.usxA9r.rst [new file with mode: 0644]