Skip to content

Commit d658d7a

Browse files
committed
Add NEWS entry for gh-145865
1 parent 78a81d8 commit d658d7a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Fix typo in :class:`trace.CoverageResults` where ``self.counter`` was
2+
assigned instead of ``self.counts``, causing the ``counts`` dict to not
3+
be copied and ``update()`` to mutate the caller's original dict.

0 commit comments

Comments
 (0)