You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…t to Task constructor (pythonGH-104251)
(This was added in 3.11. It was already documented for `create_task()`, but not for `Task()`.)
(cherry picked from commit 4ee2068)
Co-authored-by: Itamar Ostricher <[email protected]>
…nt to Task constructor (GH-104251) (#104258)
gh-104254: Document the optional keyword-only "context" argument to Task constructor (GH-104251)
(This was added in 3.11. It was already documented for `create_task()`, but not for `Task()`.)
(cherry picked from commit 4ee2068)
Co-authored-by: Itamar Ostricher <[email protected]>
jbower-fb
pushed a commit
to jbower-fb/cpython
that referenced
this issue
May 8, 2023
Documentation
the signature in the docs (https://docs.python.org/3/library/asyncio-task.html#asyncio.Task) and the description doesn't cover the context argument that was added in 3.11.
Linked PRs
The text was updated successfully, but these errors were encountered: