Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8231de0 commit d7c27beCopy full SHA for d7c27be
1 file changed
Python/marshal.c
@@ -261,7 +261,6 @@ w_object(PyObject *v, WFILE *p)
261
w_object((PyObject *)NULL, p);
262
}
263
else if (PyAnySet_Check(v)) {
264
- int pos;
265
PyObject *value, *it;
266
267
if (PyObject_TypeCheck(v, &PySet_Type))
0 commit comments