diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-28 15:37:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-28 15:37:23 -0400 |
commit | 65033080e0ad33f2615a40bbdd54d8abed48c19a (patch) | |
tree | 0b3912dc901d01b36022d236c8f806a1eb30ec73 | |
parent | 08ec70fe8acbd5864b3c8c3dcc4c65c38afeeff8 (diff) | |
download | python-coveragepy-git-65033080e0ad33f2615a40bbdd54d8abed48c19a.tar.gz |
docs: thanks, Carl Friedrich Bolz-Tereick
-rw-r--r-- | CHANGES.rst | 7 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index a864bf0b..67e423e5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,7 +20,12 @@ development at the same time, such as 4.5.x and 5.0. Unreleased ---------- -Nothing yet. +- Improved performance on PyPy, and other environments that need the pure + Python trace function. Thanks, `Carl Friedrich Bolz-Tereick + <pull 1381_>`_. + +.. _pull 1381: https://github.com/nedbat/coveragepy/pull/1381 + .. _changes_64: diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index d3dc538f..ef150574 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -31,6 +31,7 @@ Brett Cannon Bruno P. Kinoshita Buck Evan Calen Pennington +Carl Friedrich Bolz-Tereick Carl Gieringer Catherine Proulx Chris Adams |