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 xtreak
Recipients asvetlov, cjw296, lisroach, michael.foord, xtreak, yselivanov
Date 2019-05-21.19:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558466986.95.0.17824007169.issue36996@roundup.psfhosted.org>
In-reply-to
Content
Thanks @asvetlov for the explanation. I tried the patch and it works fine for my example with no test failures for mock. I will try to make a PR. Only func(*args, **keywargs) needs to be changed and await requires an async function which I seem to need duplicating the function. I will try if I can refactor that. I will post a PR where this can be discussed.
History
Date User Action Args
2019-05-21 19:29:46xtreaksetrecipients: + xtreak, cjw296, michael.foord, asvetlov, yselivanov, lisroach
2019-05-21 19:29:46xtreaksetmessageid: <1558466986.95.0.17824007169.issue36996@roundup.psfhosted.org>
2019-05-21 19:29:46xtreaklinkissue36996 messages
2019-05-21 19:29:46xtreakcreate