Skip to content

7.6.5

Compare
Choose a tag to compare
@nedbat nedbat released this 14 Nov 17:13
· 43 commits to master since this release
7.6.5

Version 7.6.5 — 2024-11-14

  • Fix: fine-tuned the exact Python version (3.12.6) when exiting from with statements changed how they traced. This affected whether people saw the fix for issue 1880.
  • Fix: isolate our code more from mocking in the os module that in rare cases can cause bizarre behavior.
  • Refactor: some code unreachable code paths in parser.py were changed to asserts. If you encounter any of these, please let me know!

➡️  PyPI page: coverage 7.6.5.
➡️  To install: python3 -m pip install coverage==7.6.5