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 19c10ca commit 88d2131Copy full SHA for 88d2131
1 file changed
Modules/newmodule.c
@@ -124,7 +124,6 @@ new_code(PyObject* unused, PyObject* args)
124
PyObject* name;
125
int firstlineno;
126
PyObject* lnotab;
127
- PyBufferProcs *pb;
128
129
if (!PyArg_ParseTuple(args, "iiiiSO!O!O!SSiS|O!O!:code",
130
&argcount, &nlocals, &stacksize, &flags,
0 commit comments