summaryrefslogtreecommitdiffstats
path: root/Modules/xxsubtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/xxsubtype.c')
-rw-r--r--Modules/xxsubtype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/xxsubtype.c b/Modules/xxsubtype.c
index 8d0d6ae..11242d7 100644
--- a/Modules/xxsubtype.c
+++ b/Modules/xxsubtype.c
@@ -239,7 +239,7 @@ spam_bench(PyObject *self, PyObject *args)
int n = 1000;
time_t t0, t1;
- if (!PyArg_ParseTuple(args, "OS|i", &obj, &name, &n))
+ if (!PyArg_ParseTuple(args, "OU|i", &obj, &name, &n))
return NULL;
t0 = clock();
while (--n >= 0) {