bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] by eamanu · Pull Request #13950 · python/cpython

@eamanu

This PR deprecate explicit loop parameters in all public asyncio APIs

This issues is split to be easier to review.

fourth step: queue.py

asvetlov

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 10, 2019
…Is [queue] (pythonGH-13950)

This PR deprecate explicit loop parameters in all public asyncio APIs

This issues is split to be easier to review.

fourth step: queue.py

https://bugs.python.org/issue36373
(cherry picked from commit 9008be3)

Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>

miss-islington added a commit that referenced this pull request

Sep 10, 2019
…Is [queue] (GH-13950)

This PR deprecate explicit loop parameters in all public asyncio APIs

This issues is split to be easier to review.

fourth step: queue.py

https://bugs.python.org/issue36373
(cherry picked from commit 9008be3)

Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>

tirkarthi pushed a commit to tirkarthi/cpython that referenced this pull request

Sep 27, 2019

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020

@eamanu @websurfer5