]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-96127: Fix `inspect.signature` call on mocks (#96335) (#101646)
authorOleg Iarygin <oleg@arhadthedev.net>
Wed, 8 Feb 2023 10:05:57 +0000 (14:05 +0400)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 10:05:57 +0000 (11:05 +0100)
commitefcab386990576338f318f1adc839bbc694fa87e
tree31fef8b6fca0d69f8e76fa2d27bf2b9161bc37d9
parentc38b4e75b1a0532b523351ed974722c0a3b96694
[3.11] gh-96127: Fix `inspect.signature` call on mocks (#96335) (#101646)

(cherry picked from commit 9e7d7266ecdcccc02385fe4ccb094f3444102e26)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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]