COMMITS
/ Lib/test/test_capi/test_watchers.py May 5, 2026
A
gh-149216: Notify type watchers on heap type deallocation (GH-149236)
Anuj Nitin Bharambe committed
March 5, 2026
V
gh-141510: Don't accept frozendict in PyDict_Watch() (#145529)
Victor Stinner committed
October 10, 2025
D
gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers (#139925)
Dino Viehland committed
October 24, 2024
S
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross committed
October 21, 2024
S
gh-125608: Trigger dictionary watchers when inline values change (#125611)
Sam Gross committed
October 16, 2024
K
gh-124872: Replace enter/exit events with "switched" (#125532)
Kirill Podoprigora committed
October 15, 2024
K
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124776)" (#125513)
Kirill Podoprigora committed
October 14, 2024
R
gh-124872: Replace enter/exit events with "switched" (#124776)
Richard Hansen committed
September 24, 2024
J
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Jason Fried committed
June 8, 2024
S
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook committed
April 29, 2024
S
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross committed
April 16, 2024
S
gh-117376: Make code objects use deferred reference counting (#117823)
Sam Gross committed
February 2, 2024
M
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon committed
November 2, 2023
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
August 16, 2023
C
gh-91051: fix type watcher test to be robust to existing watcher (#107989)
Carl Meyer committed
August 11, 2023
C
gh-91051: fix segfault when using all 8 type watchers (#107853)
Carl Meyer committed
March 8, 2023
C
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer committed
December 4, 2022
I
GH-91054: Reset static events counts in code watchers tests (#99978)
Itamar Ostricher committed
December 2, 2022
I
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher committed
November 22, 2022
November 16, 2022
E
gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
Erlend E. Aasland committed