COMMITS
/ Lib/test/test_monitoring.py April 22, 2026
G
gh-142186: Allow all PEP-669 events to be per-code object and disableable (GH-146182)
Gabriele N. Tornetta committed
April 16, 2026
M
March 16, 2026
K
gh-127958: Trace from RESUME in the JIT (GH-145905)
Ken Jin committed
January 27, 2026
S
gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
Sam Gross committed
November 24, 2025
S
Fix implicit import in `test_monitoring.py` (gh-141795)
SubbaraoGarlapati committed
October 31, 2025
M
gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767)
Mikhail Efimov committed
July 31, 2025
X
gh-137200: support frame lineno setter with `BRANCH_LEFT` and `BRANCH_RIGHT` events (GH-137229)
Xuanteng Huang committed
May 30, 2025
M
GH-134879: Fix `INSTRUMENT_FOR_ITER` for list/tuple (#134897)
Mark Shannon committed
March 13, 2025
S
Remove `print` from `test_monitoring.py` (#131200)
sobolevn committed
March 10, 2025
March 7, 2025
M
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon committed
February 27, 2025
M
GH-128534: Instrument branches for `async for` loops. (GH-130569)
Mark Shannon committed
January 29, 2025
B
GH-129386: Use symbolic constants for specialization tests (GH-129415)
Brandt Bucher committed
January 23, 2025
January 20, 2025
January 16, 2025
X
GH-126599: Remove the "counter" optimizer/executor (GH-126853)
Xuanteng Huang committed
I
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel committed
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
December 19, 2024
M
gh-127274: Defer nested methods (#128012)
mpage committed
M
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
Mark Shannon committed
December 3, 2024
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 7, 2024
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
October 1, 2024
August 13, 2024
August 8, 2024
July 26, 2024
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 3) (#120631)
Victor Stinner committed
May 21, 2024
I
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)
Irit Katriel committed
May 7, 2024
T
May 4, 2024
I
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel committed
May 1, 2024
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
March 15, 2024
T
gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)
Tian Gao committed
March 13, 2024
T
March 4, 2024
B
gh-115832: Fix instrumentation version mismatch during interpreter shutdown (#115856)
Brett Simmers committed
March 1, 2024
B
gh-115999: Disable the specializing adaptive interpreter in free-threaded builds (#116013)
Brett Simmers committed
February 23, 2024
B
gh-115836: Don't use hardcoded line numbers in test_monitoring (#115837)
Brett Simmers committed
February 20, 2024
G
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum committed
February 2, 2024
I
January 5, 2024
M
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680)
Mark Shannon committed
November 9, 2023
M
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon committed
October 31, 2023
M
GH-111485: Increment `next_instr` consistently at the start of the instruction. (GH-111486)
Mark Shannon committed
October 12, 2023
H
gh-106193: Rename and fix duplicated tests in `test_monitoring` (GH-109139)
Hugo van Kemenade committed
September 18, 2023
T
gh-109371: Fix monitoring with instruction events set (gh-109385)
Tian Gao committed
September 13, 2023
T
V
gh-109357: Fix test_monitoring.test_gh108976() (#109358)
Victor Stinner committed
September 11, 2023
G
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum committed