COMMITS
/ Python/legacy_tracing.c August 13, 2025
S
gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)
Sam Gross committed
August 11, 2025
S
gh-137400: Fix a crash when disabling profiling across all threads (gh-137471)
Sam Gross committed
August 7, 2025
P
gh-137514: Add a free-threading wrapper for mutexes (GH-137515)
Peter Bierma committed
March 24, 2025
B
gh-111178: fix UBSan failures for `Python/legacy_tracing.c` (#131611)
Bénédikt Tran committed
March 21, 2025
S
gh-117657: Fix TSAN data race in _PyEval_SetTrace assertion (gh-131561)
Sam Gross committed
March 20, 2025
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
March 19, 2025
V
gh-130931: Add pycore_interpframe.h internal header (#131249)
Victor Stinner committed
V
gh-111178: Fix function signatures in legacy_tracing.c (#131464)
Victor Stinner committed
March 14, 2025
V
gh-111178: Fix _PyLegacyEventHandler_Type deallocator (#131193)
Victor Stinner committed
March 11, 2025
T
gh-122029: Do not unpack method for legacy tracing anymore (#130898)
Tian Gao committed
January 20, 2025
P
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread state (#128361)
Peter Bierma committed
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
September 12, 2024
S
July 23, 2024
July 15, 2024
T
gh-121814: Only check f_trace_opcodes if Python frame exists (#121818)
Tian Gao committed
April 29, 2024
T
April 26, 2024
T
gh-117385: Remove unhooked events on sys.settrace (GH-117386)
Tian Gao committed
April 19, 2024
D
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe (#116775)
Dino Viehland committed
November 3, 2023
T
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao committed
November 2, 2023
October 9, 2023
T
gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524)
Tian Gao committed
September 6, 2023
V
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner committed
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
August 9, 2023
M
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
Mark Shannon committed
July 27, 2023
June 14, 2023
May 12, 2023
M
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
Mark Shannon committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed