Matthew Suozzo <matthew.suo...@gmail.com> added the comment:

I don't think this was actually fixed for the create_autospec case. 
create_autospec still uses the only is_async_func check to enable use of 
AsyncMock and that still does a __code__ check.

There was a test submitted to check this case but the test itself was bugged 
and discovered in the process of implementing 
https://bugs.python.org/issue43478.

----------
nosy: +matthew.suozzo

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37251>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to