]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#102398)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 7 Mar 2023 03:14:55 +0000 (08:44 +0530)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2023 03:14:55 +0000 (08:44 +0530)
commitd8485d6c8bd7ad8191fde337d81c01f2192855eb
tree49256b3d35dac56a702c4142c5c9f45b414ab4b8
parent80b19a30c0d5f9f8a8651e7f8847c0e68671c89a
Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#102398)
Lib/asyncio/tasks.py