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 78a81d8 commit d658d7aCopy full SHA for d658d7a
1 file changed
Misc/NEWS.d/next/Library/2026-03-20-00-00-00.gh-issue-145865.TrCpCo.rst
@@ -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