summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_stable_abi_ctypes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test_stable_abi_ctypes.py b/Lib/test/test_stable_abi_ctypes.py
index e06f9ca..0c831c4 100644
--- a/Lib/test/test_stable_abi_ctypes.py
+++ b/Lib/test/test_stable_abi_ctypes.py
@@ -418,6 +418,10 @@ SYMBOL_NAMES = (
"PyMem_Calloc",
"PyMem_Free",
"PyMem_Malloc",
+ "PyMem_RawCalloc",
+ "PyMem_RawFree",
+ "PyMem_RawMalloc",
+ "PyMem_RawRealloc",
"PyMem_Realloc",
"PyMemberDescr_Type",
"PyMember_GetOne",