summaryrefslogtreecommitdiffstats
path: root/Python/instrumentation.c
Commit message (Expand)AuthorAgeFilesLines
* [3.12] GH-108976. Keep monitoring data structures valid during de-optimizatio...Mark Shannon2023-09-121-55/+49
* [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...Mark Shannon2023-09-051-50/+97
* [3.12] GH-107774: Add missing audit event for PEP 669 (GH-107775) (#107839)Miss Islington (bot)2023-08-111-0/+3
* [3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...Miss Islington (bot)2023-08-111-10/+0
* [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...Mark Shannon2023-07-281-42/+37
* [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...Mark Shannon2023-07-281-0/+1
* [3.12] GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#1070...Victor Stinner2023-07-221-19/+19
* gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)Carl Meyer2023-05-161-0/+5
* GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...Mark Shannon2023-05-121-17/+102
* gh-103845: Remove line & instruction instrumentations before adding them back...Tian Gao2023-05-031-8/+33
* GH-103082: Code cleanup in instrumentation code (#103474)Mark Shannon2023-04-291-31/+34
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-2/+2
* gh-103082: Fix shifted field initialization in `instrumentation.c` (GH-103561)Oleg Iarygin2023-04-211-4/+4
* Fix unused functions warnings in instrumentation.c (GH-103515)Benjamin Peterson2023-04-131-0/+4
* GH-103082: Turn on branch events for FOR_ITER instructions. (#103507)Mark Shannon2023-04-131-0/+2
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-121-0/+2021