From c31e9ad4fb1e9c2be5d60e10038514b443817afb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 6 Aug 2022 13:37:45 -0400 Subject: [PATCH] fix: cython readonly members caused problems? #972 --- CHANGES.rst | 6 +++++- CONTRIBUTORS.txt | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 22bf66730..ae7704882 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 2e4ed85b3..2dde5f4a4 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