]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
authorChris Jerdonek <chris.jerdonek@gmail.com>
Fri, 15 May 2020 23:55:50 +0000 (16:55 -0700)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 23:55:50 +0000 (16:55 -0700)
commit1ce5841eca6d96b1b1e8c213d04f2e92b1619bb5
tree9fe492d885e1a0d660be4d96fb92b5f563aec99e
parentfe1176e882393b6d3e6a6cfa5ca23657f0b3b4a9
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Doc/library/asyncio-future.rst
Doc/library/asyncio-task.rst
Lib/asyncio/futures.py
Lib/asyncio/tasks.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2020-05-07-06-41-20.bpo-31033.waCj3n.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/clinic/_asynciomodule.c.h