]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96127: Fix `inspect.signature` call on mocks (#96335)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 7 Jan 2023 10:49:15 +0000 (13:49 +0300)
committerGitHub <noreply@github.com>
Sat, 7 Jan 2023 10:49:15 +0000 (10:49 +0000)
commit9e7d7266ecdcccc02385fe4ccb094f3444102e26
tree99b6f78cf6e7b88ec03a4b437eb8e055a4758fe0
parenta109454e828ce2d9bde15dea78405f8ffee653ec
gh-96127: Fix `inspect.signature` call on mocks (#96335)
Lib/test/test_inspect.py
Lib/unittest/mock.py
Misc/NEWS.d/next/Library/2022-08-27-10-35-50.gh-issue-96127.8RdLre.rst [new file with mode: 0644]