]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142651: make `Mock.call_count` thread-safe (#142656)
authorchaope <pengchaoandy@gmail.com>
Mon, 15 Dec 2025 11:43:15 +0000 (06:43 -0500)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 11:43:15 +0000 (17:13 +0530)
commit850f95f6f64a55920cbb91b022b70b736bd20ed8
tree933a9e991f4ebc5d197c1360634559c49e2ce38e
parent38ad651b678da098400a8df8c133ebf5ced12965
gh-142651: make `Mock.call_count` thread-safe (#142656)
Lib/test/test_unittest/testmock/testthreadingmock.py
Lib/unittest/mock.py
Misc/NEWS.d/next/Library/2025-12-13-06-17-44.gh-issue-142651.ZRtBu4.rst [new file with mode: 0644]