summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_monitoring.py
Commit message (Expand)AuthorAgeFilesLines
* GH-109369: Exit tier 2 if executor is invalid (GH-111657)Mark Shannon2023-11-091-0/+25
* GH-111485: Increment `next_instr` consistently at the start of the instructio...Mark Shannon2023-10-311-8/+10
* gh-106193: Rename and fix duplicated tests in `test_monitoring` (GH-109139)Hugo van Kemenade2023-10-121-7/+7
* gh-109371: Fix monitoring with instruction events set (gh-109385)Tian Gao2023-09-181-0/+16
* gh-109156: Add tests for de-instrumenting instructions with instrumented line...Tian Gao2023-09-131-0/+17
* gh-109357: Fix test_monitoring.test_gh108976() (#109358)Victor Stinner2023-09-131-0/+1
* gh-109039: Branch prediction for Tier 2 interpreter (#109038)Guido van Rossum2023-09-111-8/+8
* GH-108976. Keep monitoring data structures valid during de-optimization durin...Mark Shannon2023-09-111-0/+8
* gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)Dong-hee Na2023-09-071-0/+28
* GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...Mark Shannon2023-09-051-5/+25
* GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)Mark Shannon2023-08-091-0/+32
* GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...Mark Shannon2023-07-271-3/+3
* GH-106895: Raise a `ValueError` when attempting to disable events that cannot...Mark Shannon2023-07-271-1/+51
* GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)Mark Shannon2023-07-271-37/+193
* GH-105229: Replace some superinstructions with single instruction equivalent....Mark Shannon2023-06-051-4/+4
* GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)Mark Shannon2023-06-021-0/+35
* 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