summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/watchers.c
Commit message (Expand)AuthorAgeFilesLines
* gh-124872: Replace enter/exit events with "switched" (#125532)Kirill Podoprigora2024-10-161-38/+41
* gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...Kirill Podoprigora2024-10-151-41/+38
* gh-124872: Replace enter/exit events with "switched" (#124776)Richard Hansen2024-10-141-38/+41
* gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)Richard Hansen2024-10-121-5/+5
* gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)Jason Fried2024-09-241-0/+152
* GH-113710: Add a "globals to constants" pass (GH-114592)Mark Shannon2024-02-021-2/+2
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-0/+3
* gh-91054: make code watcher tests resilient to other watchers (#107821)Carl Meyer2023-08-091-3/+11
* gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)Serhiy Storchaka2023-07-181-7/+1
* gh-91053: make func watcher tests resilient to other func watchers (#106286)Carl Meyer2023-07-031-12/+11
* gh-104469: Convert _testcapi/watchers.c to use Argument Clinic (#104503)Nikita Sobolev2023-05-151-43/+61
* gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-081-1/+12
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...Irit Katriel2023-02-241-8/+6
* GH-100000: Cleanup and polish various watchers code (GH-99998)Itamar Ostricher2022-12-141-2/+4
* GH-91054: Reset static events counts in code watchers tests (#99978)Itamar Ostricher2022-12-041-0/+9
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-021-0/+131
* gh-91053: Add an optional callback that is invoked whenever a function is mod...mpage2022-11-221-0/+237
* gh-93649: Split watcher API tests from _testcapimodule.c (#99532)Erlend E. Aasland2022-11-161-0/+302