COMMITS
/ Lib/test/test_sys_settrace.py September 9, 2025
D
March 18, 2025
I
gh-130080: fix warnings in tests (#131400)
Irit Katriel committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
January 3, 2025
T
gh-128404: Remove `asyncio` from `Lib/test/test_sys_settrace` (#128435)
Thomas Grainger committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
July 26, 2024
M
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Mark Shannon committed
June 12, 2024
I
gh-93691: fix too broad source locations of for statement iterators (#120330)
Irit Katriel committed
April 8, 2024
E
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)
Erlend E. Aasland committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
January 16, 2024
M
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon committed
November 16, 2023
V
gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)
Victor Stinner committed
November 3, 2023
T
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao committed
October 26, 2023
T
GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-111341)
Tian Gao committed
October 24, 2023
S
GH-94438: Restore ability to jump over None tests (GH-111237)
Savannah Ostrowski committed
September 14, 2023
I
September 7, 2023
I
S
gh-103186: Suppress RuntimeWarning about unclosed async iterator in test_sys_settrace (GH-109075)
Serhiy Storchaka committed
S
gh-103186: Remove debug print in test_sys_settrace (GH-109077)
Serhiy Storchaka committed
I
gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_settrace (GH-103244)
Ijtaba Hussain committed
September 2, 2023
S
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Serhiy Storchaka committed
June 22, 2023
M
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon committed
May 21, 2023
J
gh-104686: Fix tracing for decorated classes (#104708)
Jelle Zijlstra committed
May 19, 2023
M
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-104579)
Mark Shannon committed
May 12, 2023
M
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
Mark Shannon committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
March 8, 2023
A
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood committed
November 3, 2022
M
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon committed
October 19, 2022
V
gh-98257: Make _PyEval_SetTrace() reentrant (#98258)
Victor Stinner committed
October 18, 2022
September 19, 2022
B
GH-96864: Check for error between line and opcode events (GH-96880)
Brandt Bucher committed
July 22, 2022
B
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-95110)
Brandt Bucher committed
July 18, 2022
July 15, 2022
M
gh-94814: Improve coverage of _PyCode_CreateLineArray (GH-94852)
Michael Droettboom committed
July 7, 2022
July 5, 2022
P
gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511)
Pablo Galindo Salgado committed
July 1, 2022
M
GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)
Mark Shannon committed
May 23, 2022
D
gh-93061: Mark as artificial: backwards jump after async for (GH-93062)
Dennis Sweeney committed
May 13, 2022
M
GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722)
Mark Shannon committed
May 12, 2022
D
gh-92311: Add tests for frame_setlineno jumping over listcomps (#92741)
Dennis Sweeney committed
April 28, 2022
D
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
Dennis Sweeney committed
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
January 27, 2022
I
bpo-46458: emit code for else of a try block immediately after the try body (GH-30751)
Irit Katriel committed
January 13, 2022
I
bpo-46344: Fix trace bug in else of try and try-star blocks (GH-30544)
Irit Katriel committed
January 11, 2022
M
bpo-46331: Do not set line number of instruction storing doc-string. (GH-30518)
Mark Shannon committed
January 10, 2022
M
bpo-46314: Remove extra RESUME when compiling a lamdba. (GH-30513)
Mark Shannon committed
December 14, 2021
I
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel committed
December 7, 2021
I
bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)
Irit Katriel committed
November 19, 2021
M
bpo-45709: Fix tracing when exception is handled. (GH-29638)
Mark Shannon committed