]> 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)
committerGitHub <noreply@github.com>
Sat, 1 Oct 2022 18:10:04 +0000 (11:10 -0700)
commit3614bbb8eb8e0110f9df1e7cb3875e65d7959730
tree7d3c008ddcd2fe94f8bc2e5db9e96cbcca7cf8b9
parent95609525de4efd4125390ab8ae82af7bc908cc0d
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