]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142651: use `NonCallableMock._lock` for thread safety of `call_count` (#142922)
authorKumar Aditya <kumaraditya@python.org>
Tue, 10 Mar 2026 12:11:12 +0000 (17:41 +0530)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 12:11:12 +0000 (12:11 +0000)
commit728e4a075e3dae7e04edf90ad137a35073deb141
tree4dbfbd185548d10db3ad77a65cdfe9d2e0051917
parent368a26777a9915326b4857402a8ab595d9837f95
gh-142651: use `NonCallableMock._lock` for thread safety of `call_count` (#142922)
Lib/unittest/mock.py