summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorxdegaye <xdegaye@gmail.com>2017-07-01 12:14:45 (GMT)
committerGitHub <noreply@github.com>2017-07-01 12:14:45 (GMT)
commit85f643023fed3d4e2fb8e399f9ad57f3a65ef237 (patch)
tree8f2e1a9f115559d6449dcdcd64bb3e89eb33c1e8 /Misc
parent49bc7430284ba09247fb9a0401f87aebd087a61a (diff)
downloadcpython-85f643023fed3d4e2fb8e399f9ad57f3a65ef237.zip
cpython-85f643023fed3d4e2fb8e399f9ad57f3a65ef237.tar.gz
cpython-85f643023fed3d4e2fb8e399f9ad57f3a65ef237.tar.bz2
bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2017-06-30-11-20-20.bpo-30695.lo7FQX.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2017-06-30-11-20-20.bpo-30695.lo7FQX.rst b/Misc/NEWS.d/next/Tests/2017-06-30-11-20-20.bpo-30695.lo7FQX.rst
new file mode 100644
index 0000000..a57bbe7
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2017-06-30-11-20-20.bpo-30695.lo7FQX.rst
@@ -0,0 +1,2 @@
+Add the `set_nomemory(start, stop)` and `remove_mem_hooks()` functions to
+the _testcapi module.