]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95253)
authorŁukasz Langa <lukasz@langa.pl>
Sat, 1 Oct 2022 17:42:36 +0000 (19:42 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Oct 2022 17:42:36 +0000 (10:42 -0700)
commitf00645d5dbf4cfa0b8f382c8977724578dff191d
treec9e2f139bba2c68895d178c46c75a9ef9690ee39
parent273a819ed2c927ed205ff334ea997cb62b1d20af
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95253)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Doc/library/asyncio-task.rst
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py