6.4.1
Version 6.4.1 — 2022-06-02
- Greatly improved performance on PyPy, and other environments that need the pure Python trace function. Thanks, Carl Friedrich Bolz-Tereick (pull 1381 and pull 1388). Slightly improved performance when using the C trace function, as most environments do. Closes issue 1339.
- The conditions for using tomllib from the standard library have been made more precise, so that 3.11 alphas will continue to work. Closes issue 1390.
➡️ PyPI page: coverage 6.4.1.
➡️ To install: python3 -m pip install coverage==6.4.1