summaryrefslogtreecommitdiffstats
path: root/Objects/unionobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/unionobject.c')
-rw-r--r--Objects/unionobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unionobject.c b/Objects/unionobject.c
index ad34dca..9804d87 100644
--- a/Objects/unionobject.c
+++ b/Objects/unionobject.c
@@ -371,7 +371,7 @@ union_reduce(PyObject *self, PyObject *Py_UNUSED(ignored))
return NULL;
}
- return Py_BuildValue("O(O)", from_args, alias->args);
+ return Py_BuildValue("N(O)", from_args, alias->args);
}
static PyMemberDef union_members[] = {