There was an error while loading. Please reload this page.
1 parent 0828423 commit 8158e05Copy full SHA for 8158e05
1 file changed
Objects/unionobject.c
@@ -371,7 +371,7 @@ union_reduce(PyObject *self, PyObject *Py_UNUSED(ignored))
371
return NULL;
372
}
373
374
- return Py_BuildValue("O(O)", from_args, alias->args);
+ return Py_BuildValue("N(O)", from_args, alias->args);
375
376
377
static PyMemberDef union_members[] = {
0 commit comments