summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_monitoring.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-116735: Use `MISSING` for `CALL` event if argument is absen… (#11...Tian Gao2024-03-191-1/+4
* [3.12] gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX (...Tian Gao2024-03-141-0/+15
* [3.12] gh-106193: Rename and fix duplicated tests in `test_monitoring` (GH-10...Hugo van Kemenade2023-10-151-7/+7
* [3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#10...Miss Islington (bot)2023-09-181-0/+16
* [3.12] gh-109357: Fix test_monitoring.test_gh108976() (GH-109358) (#109359)Miss Islington (bot)2023-09-131-0/+1
* [3.12] GH-108976. Keep monitoring data structures valid during de-optimizatio...Mark Shannon2023-09-121-0/+8
* [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...Mark Shannon2023-09-051-5/+25
* [3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...Miss Islington (bot)2023-08-111-0/+32
* [3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event c...Mark Shannon2023-07-281-3/+3
* [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...Mark Shannon2023-07-281-1/+51
* [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...Mark Shannon2023-07-281-37/+193
* [3.12] GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-1...Miss Islington (bot)2023-06-061-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