summaryrefslogtreecommitdiff
path: root/Lib/test/test_monitoring.py
Commit message (Expand)AuthorAgeFilesLines
* gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)Carl Meyer2023-05-161-3/+220
* GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...Mark Shannon2023-05-121-2/+61
* gh-103845: Remove line & instruction instrumentations before adding them back...Tian Gao2023-05-031-0/+36
* GH-103082: Turn on branch events for FOR_ITER instructions. (#103507)Mark Shannon2023-04-131-0/+71
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-121-0/+1044