COMMITS
/ Python/instrumentation.c June 13, 2024
K
gh-117657: Fix some simple races in instrumentation.c (GH-120118)
Ken Jin committed
May 26, 2024
May 23, 2024
I
gh-119431: fix refleak in test_monitoring (#119444)
Irit Katriel committed
May 21, 2024
I
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)
Irit Katriel committed
May 6, 2024
D
gh-118415: Fix issues with local tracing being enabled/disabled on a function (#118496)
Dino Viehland committed
May 4, 2024
I
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel committed
May 3, 2024
T
gh-107674: Improve performance of `sys.settrace` (GH-117133)
Tian Gao committed
May 1, 2024
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 30, 2024
D
gh-117657: Fix small issues with instrumentation and TSAN (#118064)
Dino Viehland committed
April 29, 2024
T
April 19, 2024
D
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe (#116775)
Dino Viehland committed
April 9, 2024
T
gh-107674: Remove some unnecessary code in instrumentation code (GH-117393)
Tian Gao committed
April 4, 2024
G
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum committed
March 4, 2024
B
gh-115832: Fix instrumentation version mismatch during interpreter shutdown (#115856)
Brett Simmers committed
March 1, 2024
February 28, 2024
T
gh-107674: Improve performance of `sys.settrace` (GH-114986)
Tian Gao committed
February 26, 2024
M
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom committed
February 20, 2024
B
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers committed
January 5, 2024
M
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680)
Mark Shannon committed
November 3, 2023
T
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao committed
October 30, 2023
S
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross committed
October 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
October 23, 2023
October 4, 2023
M
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
Mark Shannon committed
September 22, 2023
September 18, 2023
T
gh-109371: Fix monitoring with instruction events set (gh-109385)
Tian Gao committed
September 13, 2023
B
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher committed
September 11, 2023
G
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum committed
September 7, 2023
I
D
gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)
Dong-hee Na committed
September 5, 2023
August 27, 2023
D
gh-107265: Fix initialize/remove_tools for ENTER_EXECUTOR case (gh-108482)
Dong-hee Na committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed
D
gh-107265: Ensure de_instrument does not handle ENTER_EXECUTOR (#108366)
Dong-hee Na committed
August 17, 2023
M
August 15, 2023
I
August 14, 2023
August 10, 2023
M
GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780)
Mark Shannon committed
M
GH-107774: Add missing audit event for PEP 669 (GH-107775)
Mark Shannon committed
August 9, 2023
M
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
Mark Shannon committed
July 27, 2023
M
M
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Mark Shannon committed
July 25, 2023
G
gh-107082: Fix instruction size computation for ENTER_EXECUTOR (#107256)
Guido van Rossum committed
July 22, 2023
V
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner committed
July 3, 2023
V
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner committed
July 2, 2023
V
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner committed
July 1, 2023
V
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner committed
June 23, 2023
M
GH-106012: Fix monitoring of static code objects (GH-106017)
Mark Shannon committed
June 22, 2023
M
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon committed