COMMITS
/ Modules/_testcapi/watchers.c January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 30, 2025
V
gh-129354: Use PyErr_FormatUnraisable() function (#129435)
Victor Stinner 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
October 12, 2024
R
gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)
Richard Hansen committed
September 24, 2024
J
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Jason Fried committed
February 2, 2024
M
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 9, 2023
C
gh-91054: make code watcher tests resilient to other watchers (#107821)
Carl Meyer committed
July 18, 2023
S
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka committed
July 3, 2023
C
gh-91053: make func watcher tests resilient to other func watchers (#106286)
Carl Meyer committed
May 15, 2023
N
gh-104469: Convert _testcapi/watchers.c to use Argument Clinic (#104503)
Nikita Sobolev committed
March 8, 2023
C
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer committed
February 24, 2023
I
December 14, 2022
I
GH-100000: Cleanup and polish various watchers code (GH-99998)
Itamar Ostricher 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