]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
authorInada Naoki <songofacandy@gmail.com>
Fri, 22 Mar 2019 11:07:32 +0000 (20:07 +0900)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Mar 2019 11:07:32 +0000 (04:07 -0700)
commitc5c6cdada3d41148bdeeacfe7528327b481c5d18
tree19cd43afc4a6cf2351fe85a8beca0f2e111fdfd4
parentb0df45e55dc8304bac0e3cad0225472b84190964
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)

`Task.current_task()` and `Task.all_tasks()` will be removed in 3.9.
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Modules/_asynciomodule.c