summaryrefslogtreecommitdiffstats
path: root/Modules/pyexpat.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/pyexpat.c')
-rw-r--r--Modules/pyexpat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/pyexpat.c b/Modules/pyexpat.c
index 4d7008d..ab5ca18 100644
--- a/Modules/pyexpat.c
+++ b/Modules/pyexpat.c
@@ -356,9 +356,6 @@ call_with_frame(PyCodeObject *c, PyObject* func, PyObject* args)
c, /*code*/
tstate->frame->f_globals, /*globals*/
NULL /*locals*/
-#if PYTHON_API_VERSION >= 1010
- ,NULL /*closure*/
-#endif
);
if (f == NULL)
return NULL;