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 JustinTArthur
Recipients JustinTArthur, Roman.Evstifeev, asvetlov, hniksic, mivade, yselivanov
Date 2020-10-02.23:28:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601681290.43.0.736088696164.issue33533@roundup.psfhosted.org>
In-reply-to
Content
Thanks, Hrvoje. I've updated the patch to match this bug's suggested format and have updated the documentation and What's New.

The one quirk that comes with the benefit of getting the same futures back is that we still allow both coroutines and futures to be passed in. Coroutines will not be yielded back in their original form, but instead a new task.
History
Date User Action Args
2020-10-02 23:28:10JustinTArthursetrecipients: + JustinTArthur, hniksic, asvetlov, Roman.Evstifeev, yselivanov, mivade
2020-10-02 23:28:10JustinTArthursetmessageid: <1601681290.43.0.736088696164.issue33533@roundup.psfhosted.org>
2020-10-02 23:28:10JustinTArthurlinkissue33533 messages
2020-10-02 23:28:09JustinTArthurcreate