Coverage branches instead of arcsRefactoring tests in coverage.py to focus on branch monitoring over complete arcs simplifies the code and enhances efficiency with sys.monitoring.
Pushing back on sys.monitoringEfficient branch coverage with sys.monitoring API remains challenging, as the disabling behavior for branches creates gaps in tracking execution.
Coverage branches instead of arcsRefactoring tests in coverage.py to focus on branch monitoring over complete arcs simplifies the code and enhances efficiency with sys.monitoring.
Pushing back on sys.monitoringEfficient branch coverage with sys.monitoring API remains challenging, as the disabling behavior for branches creates gaps in tracking execution.
PyDev Debugger and sys.monitoring (PEP 669) -- i.e.: really fast debugging for Python 3.12!The latest release of PyDev brings a speed improvement for Python 3.12 users.The PyDev Debugger now uses sys.monitoring for faster debugging, up to 15 times faster than the previous version.
The Python Language Summit 2024: Should we make pdb better?Tian Gao discussed enhancing Python debugger (pdb) at Language Summit 2024, highlighting performance issues and suggesting sys.monitoring for faster execution.