bpo-30695: Add set_nomemory(start, stop) to _testcapi by xdegaye · Pull Request #2406 · python/cpython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion Lib/test/test_capi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add the `set_nomemory(start, stop)` and `remove_mem_hooks()` functions to
the _testcapi module.
128 changes: 128 additions & 0 deletions Modules/_testcapimodule.c