We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d36def commit d444e47Copy full SHA for d444e47
1 file changed
Misc/NEWS.d/next/Library/2026-05-21-11-25-58.gh-issue-150175.8H4Caz.rst
@@ -1,4 +1,3 @@
1
-Fix race condition in :class:`unittest.mock.ThreadingMock` where concurrent
2
-calls could lose increments to ``call_count`` and other attributes. Fixed by
3
-overriding ``_increment_mock_call`` in
4
-:class:`~unittest.mock.ThreadingMixin` with the existing lock.
+Fix race condition in :class:`unittest.mock.ThreadingMock` where
+concurrent calls could lose increments to ``call_count`` and other
+attributes due to a missing lock in ``_increment_mock_call``.
0 commit comments