There was an error while loading. Please reload this page.
_interpqueues.put()
1 parent ba8e20b commit 79aeeb8Copy full SHA for 79aeeb8
1 file changed
Modules/_interpqueuesmodule.c
@@ -1603,7 +1603,7 @@ queuesmod_put(PyObject *self, PyObject *args, PyObject *kwds)
1603
PyObject *obj;
1604
int unboundarg = -1;
1605
int fallbackarg = -1;
1606
- if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&O|ii$p:put", kwlist,
+ if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&O|ii:put", kwlist,
1607
qidarg_converter, &qidarg, &obj,
1608
&unboundarg, &fallbackarg))
1609
{
0 commit comments