commit | 411b1692811b2ecac59cb0df0f920861c7cf179a | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Wed Apr 12 12:04:55 2023 +0100 |
committer | GitHub <noreply@github.com> | Wed Apr 12 12:04:55 2023 +0100 |
tree | 64f7234e9d35623565ff1bb7fbd2c4688e8d3774 | |
parent | dce2d38cb04b541bad477ccc1040a68fa70a9a69 [diff] |
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083) * The majority of the monitoring code is in instrumentation.c * The new instrumentation bytecodes are in bytecodes.c * legacy_tracing.c adapts the new API to the old sys.setrace and sys.setprofile APIs