Skip to content

Commit 2a4787e

Browse files
Update Modules/_testcapimodule.c
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 3b311a9 commit 2a4787e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_testcapimodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ test_buildvalue_p(PyObject *self, PyObject *Py_UNUSED(ignored))
10521052
}
10531053
Py_DECREF(res);
10541054

1055-
res = Py_BuildValue("p", 0);
1055+
res = Py_BuildValue("p", 0);
10561056
if (res == NULL) {
10571057
return NULL;
10581058
}

0 commit comments

Comments
 (0)