]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100508)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sat, 24 Dec 2022 20:39:27 +0000 (14:39 -0600)
committerGitHub <noreply@github.com>
Sat, 24 Dec 2022 20:39:27 +0000 (14:39 -0600)
commit9975d4e7bac052c320880e026f757cddaa91b4bf
tree23ab1fb87e575d8f5eff6a0b65846fbe86055384
parentad8d2ef54ffde39c6d59c4fc6c0e9b8c529b306d
[3.10] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100508)

(cherry picked from commit e4b43ebb3afbd231a4e5630e7e358aa3093f8677)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Lib/unittest/mock.py
Lib/unittest/test/testmock/testasync.py
Misc/NEWS.d/next/Library/2022-12-24-08-42-05.gh-issue-100287.n0oEuG.rst [new file with mode: 0644]