summaryrefslogtreecommitdiff
path: root/Lib/test/test_code.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_code.py')
-rw-r--r--Lib/test/test_code.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_code.py b/Lib/test/test_code.py
index 68537482ac..90cb584ac4 100644
--- a/Lib/test/test_code.py
+++ b/Lib/test/test_code.py
@@ -231,7 +231,7 @@ if check_impl_detail(cpython=True) and ctypes is not None:
SetExtra.restype = ctypes.c_int
GetExtra = py._PyCode_GetExtra
- GetExtra.argtypes = (ctypes.py_object, ctypes.c_ssize_t,
+ GetExtra.argtypes = (ctypes.py_object, ctypes.c_ssize_t,
ctypes.POINTER(ctypes.c_voidp))
GetExtra.restype = ctypes.c_int