]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39915: Ensure await_args_list is updated according to the order in which coroutin...
authorKarthikeyan Singaravelan <tir.karthi@gmail.com>
Wed, 11 Mar 2020 15:06:12 +0000 (20:36 +0530)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 15:06:12 +0000 (15:06 +0000)
commite553f204bf0e39b1d701a364bc71b286acb9433f
tree7e7a319f0a86edec4a9d8abebf435934b0e1c829
parentfde44ae6d08d3df79554155b1cf079e73a8fabdd
bpo-39915: Ensure await_args_list is updated according to the order in which coroutines were awaited (GH-18924)

Create call objects with awaited arguments instead of using call_args which has only last call value.
Lib/unittest/mock.py
Lib/unittest/test/testmock/testasync.py
Misc/NEWS.d/next/Library/2020-03-10-19-38-47.bpo-39915.CjPeiY.rst [new file with mode: 0644]