This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, docs@python, dtrauma, eamanu, yselivanov
Date 2019-05-28.17:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559065825.55.0.961106743509.issue36373@roundup.psfhosted.org>
In-reply-to
Content
*Passing* loop to gather should be deprecated.

*Using* loop by *internal logic* is pretty fine, we do it in asyncio everywhere.

Yuri, I think we should deprecate explicit loop everywhere in non-deprecated asyncio API by Python 3.8.

We can do it even in Python beta I think.
History
Date User Action Args
2019-05-28 17:50:25asvetlovsetrecipients: + asvetlov, docs@python, yselivanov, eamanu, dtrauma
2019-05-28 17:50:25asvetlovsetmessageid: <1559065825.55.0.961106743509.issue36373@roundup.psfhosted.org>
2019-05-28 17:50:25asvetlovlinkissue36373 messages
2019-05-28 17:50:25asvetlovcreate