[issue39915] await_args_list in AsyncMock always refers to the last awaited call object

Chris Withers report at bugs.python.org
Wed Mar 11 11:06:18 EDT 2020


Chris Withers <chris at withers.org> added the comment:


New changeset e553f204bf0e39b1d701a364bc71b286acb9433f by Karthikeyan Singaravelan in branch 'master':
bpo-39915: Ensure await_args_list is updated according to the order in which coroutines were awaited (GH-18924)
https://github.com/python/cpython/commit/e553f204bf0e39b1d701a364bc71b286acb9433f


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39915>
_______________________________________


More information about the Python-bugs-list mailing list