bpo-36373: Deprecate explicit loop in task and subprocess API by asvetlov · Pull Request #16033 · python/cpython

and others added 9 commits

May 29, 2019 21:11
This PR deprecate explicit loop parameters in all public asyncio APIs

This issues is split to be easier to review.

First step: tasks.py

@asvetlov

@asvetlov

miss-islington added a commit that referenced this pull request

Sep 12, 2019
(cherry picked from commit a488879)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>