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 Sheng Zhong, asvetlov, ppperry, yselivanov
Date 2019-06-03.10:08:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559556536.43.0.271929587629.issue34467@roundup.psfhosted.org>
In-reply-to
Content
Could you consider passing (async_func, args, kwargs) tuple instead async_func(*args, **kwargs) coroutine?

Looks like it solves your problem and doesn't require asyncio changes
History
Date User Action Args
2019-06-03 10:08:56asvetlovsetrecipients: + asvetlov, yselivanov, ppperry, Sheng Zhong
2019-06-03 10:08:56asvetlovsetmessageid: <1559556536.43.0.271929587629.issue34467@roundup.psfhosted.org>
2019-06-03 10:08:56asvetlovlinkissue34467 messages
2019-06-03 10:08:56asvetlovcreate