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 4b592fe commit 93e6fa1Copy full SHA for 93e6fa1
CHANGES.rst
@@ -20,9 +20,10 @@ development at the same time, such as 4.5.x and 5.0.
20
Unreleased
21
----------
22
23
-- Improved performance on PyPy, and other environments that need the pure
24
- Python trace function. Thanks, `Carl Friedrich Bolz-Tereick
25
- <pull 1381_>`_.
+- Greatly improved performance on PyPy, and other environments that need the
+ pure Python trace function. Thanks, `Carl Friedrich Bolz-Tereick
+ <pull 1381_>`_. Slightly improved performance when using the C trace
26
+ function, as most environments do.
27
28
.. _pull 1381: https://github.com/nedbat/coveragepy/pull/1381
29
0 commit comments