Skip to content

Commit d444e47

Browse files
committed
gh-150175: Fix news entry class reference
1 parent 3d36def commit d444e47

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
Fix race condition in :class:`unittest.mock.ThreadingMock` where
2+
concurrent calls could lose increments to ``call_count`` and other
3+
attributes due to a missing lock in ``_increment_mock_call``.

0 commit comments

Comments
 (0)