Skip to content

6.4.1

Compare
Choose a tag to compare
@nedbat nedbat released this 02 Jun 11:06
· 983 commits to master since this release
  • 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