Path to this page:
Subject: CVS commit: pkgsrc/devel/py-coverage
From: Adam Ciarcinski
Date: 2023-12-31 20:50:13
Message id: 20231231195014.005B5FA42@cvs.NetBSD.org
Log Message:
py-coverage: updated to 7.4.0
Version 7.4.0 — 2023-12-27
- In Python 3.12 and above, you can try an experimental core based on the new
:mod:`sys.monitoring <python:sys.monitoring>` module by defining a
``COVERAGE_CORE=sysmon`` environment variable. This should be faster, though
plugins and dynamic contexts are not yet supported with it. I am very
interested to hear how it works (or doesn't!) for you.
Files: