summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_watchers.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-91051: fix type watcher test to be robust to existing watcher (GH-1...Miss Islington (bot)2023-08-161-6/+4
* [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...Miss Islington (bot)2023-08-161-0/+12
* gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-081-2/+50
* GH-91054: Reset static events counts in code watchers tests (#99978)Itamar Ostricher2022-12-041-3/+3
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-021-0/+68
* gh-91053: Add an optional callback that is invoked whenever a function is mod...mpage2022-11-221-0/+93
* gh-93649: Split watcher API tests from _testcapimodule.c (#99532)Erlend E. Aasland2022-11-161-0/+340