bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) · pythoncapi/cpython@85f6430 · GitHub
Skip to content

Commit 85f6430

Browse files
authored
bpo-30695: Add set_nomemory(start, stop) to _testcapi (pythonGH-2406)
1 parent 49bc743 commit 85f6430

3 files changed

Lines changed: 163 additions & 1 deletion

File tree

Lib/test/test_capi.py

Lines changed: 33 additions & 1 deletion
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add the `set_nomemory(start, stop)` and `remove_mem_hooks()` functions to
2+
the _testcapi module.

Modules/_testcapimodule.c

Lines changed: 128 additions & 0 deletions

0 commit comments

Comments
 (0)