summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/pyexpat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c
index 6778a9c..f20adcb 100644
--- a/Modules/pyexpat.c
+++ b/Modules/pyexpat.c
@@ -291,7 +291,6 @@ call_with_frame(PyCodeObject *c, PyObject* func, PyObject* args)
c, /*code*/
tstate->frame->f_globals, /*globals*/
NULL, /*locals*/
- 0,
NULL); /* closure */
if (f == NULL)
return NULL;