index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_monitoring.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-122821: Simplify compilation of while statements to ensure consistency of ...
Mark Shannon
2024-08-13
1
-0/+36
*
gh-122247: Move instruction instrumentation sanity check after tracing check ...
Tian Gao
2024-08-08
1
-0/+15
*
GH-116090: Fix test and clarify behavior for exception events when exhausting...
Mark Shannon
2024-07-26
1
-6/+29
*
GH-122029: Break INSTRUMENTED_CALL into micro-ops, so that its behavior is co...
Mark Shannon
2024-07-26
1
-1/+1
*
gh-120417: Remove unused imports in tests (part 3) (#120631)
Victor Stinner
2024-06-17
1
-1/+0
*
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...
Irit Katriel
2024-05-21
1
-5/+26
*
gh-118414: Fix assertion in YIELD_VALUE when tracing lines or instrs (#118683)
Tian Gao
2024-05-07
1
-0/+11
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
1
-2/+181
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
1
-4/+6
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-2/+3
*
gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)
Tian Gao
2024-03-15
1
-1/+4
*
gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX` (GH-116...
Tian Gao
2024-03-13
1
-0/+15
*
gh-115832: Fix instrumentation version mismatch during interpreter shutdown (...
Brett Simmers
2024-03-04
1
-1/+11
*
gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...
Brett Simmers
2024-03-01
1
-0/+5
*
gh-115836: Don't use hardcoded line numbers in test_monitoring (#115837)
Brett Simmers
2024-02-23
1
-6/+14
*
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum
2024-02-20
1
-1/+1
*
gh-107901: make compiler inline basic blocks with no line number and no fallt...
Irit Katriel
2024-02-02
1
-6/+4
*
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to class...
Mark Shannon
2024-01-05
1
-23/+55
*
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon
2023-11-09
1
-0/+25
*
GH-111485: Increment `next_instr` consistently at the start of the instructio...
Mark Shannon
2023-10-31
1
-8/+10
*
gh-106193: Rename and fix duplicated tests in `test_monitoring` (GH-109139)
Hugo van Kemenade
2023-10-12
1
-7/+7
*
gh-109371: Fix monitoring with instruction events set (gh-109385)
Tian Gao
2023-09-18
1
-0/+16
*
gh-109156: Add tests for de-instrumenting instructions with instrumented line...
Tian Gao
2023-09-13
1
-0/+17
*
gh-109357: Fix test_monitoring.test_gh108976() (#109358)
Victor Stinner
2023-09-13
1
-0/+1
*
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum
2023-09-11
1
-8/+8
*
GH-108976. Keep monitoring data structures valid during de-optimization durin...
Mark Shannon
2023-09-11
1
-0/+8
*
gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)
Dong-hee Na
2023-09-07
1
-0/+28
*
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...
Mark Shannon
2023-09-05
1
-5/+25
*
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
Mark Shannon
2023-08-09
1
-0/+32
*
GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...
Mark Shannon
2023-07-27
1
-3/+3
*
GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
Mark Shannon
2023-07-27
1
-1/+51
*
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Mark Shannon
2023-07-27
1
-37/+193
*
GH-105229: Replace some superinstructions with single instruction equivalent....
Mark Shannon
2023-06-05
1
-4/+4
*
GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)
Mark Shannon
2023-06-02
1
-0/+35
*
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
Carl Meyer
2023-05-16
1
-3/+220
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
1
-2/+61
*
gh-103845: Remove line & instruction instrumentations before adding them back...
Tian Gao
2023-05-03
1
-0/+36
*
GH-103082: Turn on branch events for FOR_ITER instructions. (#103507)
Mark Shannon
2023-04-13
1
-0/+71
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-0/+1044