]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)
authorJay <74105438+weijay0804@users.noreply.github.com>
Mon, 12 Jun 2023 20:29:02 +0000 (04:29 +0800)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 20:29:02 +0000 (20:29 +0000)
commitf0fb782ddb7208a59cfc38ec4bcbd8d1a81f8a58
treef911c2581dd32e2631bd4a748823e185564e9779
parent9544948e7e2f288513137a62308e875dac086a18
gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)

Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Doc/library/asyncio-task.rst
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Core and Builtins/2023-06-11-09-14-30.gh-issue-105331.nlZvoW.rst [new file with mode: 0644]