7 Dec
2021
7 Dec
'21
9:41 a.m.
Hi, I would like to announce latest PEP, PEP 669: Low Impact Monitoring for CPython. The aim of this PEP is to provide an API for profilers, debuggers and other tools to avoid the punitive overhead of using sys.settrace. If you have any interest in profilers, debuggers, coverage tools or anything of that ilk, then do please take a look. There is no change to the language and it adds 7 functions to the sys module, so shouldn't be too intrusive for those of who aren't planning on implementing any of those tools. As always, all feedback and comments are welcome. You can read the PEP here: https://python.github.io/peps/pep-0669/ Cheers, Mark.