#coveragepi

[ follow ]
Nedbatchelder
9 months ago
Python

Coverage.py with sys.monitoring

Python 3.12 introduces sys.monitoring, a lighter-weight way to monitor Python program execution.
Coverage.py 7.4.0 can now use sys.monitoring instead of sys.settrace for coverage measurement, potentially reducing overhead. [ more ]
[ Load more ]