Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88d2131

Browse files
committed
new_code(): The last patch to this left behind an unreferenced local;
deleted its declaration.
1 parent 19c10ca commit 88d2131

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/newmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ new_code(PyObject* unused, PyObject* args)
124124
PyObject* name;
125125
int firstlineno;
126126
PyObject* lnotab;
127-
PyBufferProcs *pb;
128127

129128
if (!PyArg_ParseTuple(args, "iiiiSO!O!O!SSiS|O!O!:code",
130129
&argcount, &nlocals, &stacksize, &flags,

0 commit comments

Comments
 (0)