commit | 9ebec7d46cd52fff68507c291fde34fc865acfc4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jun 30 11:04:42 2022 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 30 20:04:42 2022 +0200 |
tree | 2ae4a1829964965e19ae968ccee8bacd92e36d60 | |
parent | 7fe949e5eac3efa8bb0cd9e7274380a044a408ea [diff] |
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (GH-94460) The inspect version was not working with unittest.mock.AsyncMock. The fix introduces special-casing of AsyncMock in `inspect.iscoroutinefunction` equivalent to the one performed in `asyncio.iscoroutinefunction`. Co-authored-by: Ćukasz Langa <lukasz@langa.pl> (cherry picked from commit 4261b6bffc0b8bb5c6d4d80578a81b7520f4aefc) Co-authored-by: Mehdi ABAAKOUK <sileht@sileht.net>