]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (GH-95253)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 1 Oct 2022 18:10:04 +0000 (11:10 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 24 Oct 2022 16:09:37 +0000 (17:09 +0100)
commitf0083923faa1759e4770cf03bd45312fea6df729
tree2dedbea38fb92cef666f53c75cfb00ba27937c0a
parentc184c6750e40ca4ffa4f62a5d145b892cbd066bc
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (GH-95253)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
(cherry picked from commit f00645d5dbf4cfa0b8f382c8977724578dff191d)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Doc/library/asyncio-task.rst
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py