Andrew Svetlov <[email protected]> added the comment:
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 ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34467> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
