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 8c74335 commit 329e291Copy full SHA for 329e291
1 file changed
Modules/arraymodule.c
@@ -794,7 +794,6 @@ array_extend(self, args)
794
{
795
int size;
796
PyObject *bb;
797
- arrayobject *np;
798
799
if (!PyArg_ParseTuple(args, "O:extend", &bb))
800
return NULL;
0 commit comments