diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-06 13:37:45 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-06 13:37:45 -0400 |
| commit | c31e9ad4fb1e9c2be5d60e10038514b443817afb (patch) | |
| tree | b92c2a9c521549c191bdafdcfc5d1e8367e451b3 | |
| parent | f54428fb8dfe98aacecc0b66e3c1ca2071ce1834 (diff) | |
| download | python-coveragepy-git-c31e9ad4fb1e9c2be5d60e10038514b443817afb.tar.gz | |
fix: cython readonly members caused problems? #972
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 22bf6673..ae770488 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,7 +20,11 @@ development at the same time, such as 4.5.x and 5.0. Unreleased ---------- -Nothing yet. +- Fix a problem with Cython code measurement (`pull 1347`_, fixing `issue + 972`_). Thanks, Matus Valo. + +.. _pull 1347: https://github.com/nedbat/coveragepy/pull/1347 +.. _issue 972: https://github.com/nedbat/coveragepy/issues/972 .. _changes_6-4-2: diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 2e4ed85b..2dde5f4a 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -107,6 +107,7 @@ Martin Fuzzey Matt Bachmann Matthew Boehm Matthew Desmarais +Matus Valo Max Linke MichaĆ Bultrowicz Mickie Betz |
