]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have already...
authorThomas Grainger <tagrain@gmail.com>
Sun, 24 Jul 2022 20:18:05 +0000 (21:18 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 20:18:05 +0000 (13:18 -0700)
commit0c6f898005099be189ee65bcfda659f5fc13b802
tree92406f5b3df6f1e9784ba25d2dc918d677f3e145
parenteb9c8a8bea9128b31d4a604c4a1f27ec9b45f333
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have already expired are deliverered promptly (#95109)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.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]