mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
new_code(): The last patch to this left behind an unreferenced local;
deleted its declaration.
This commit is contained in:
parent
19c10caaa4
commit
88d21319ba
1 changed files with 0 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ new_code(PyObject* unused, PyObject* args)
|
||||||
PyObject* name;
|
PyObject* name;
|
||||||
int firstlineno;
|
int firstlineno;
|
||||||
PyObject* lnotab;
|
PyObject* lnotab;
|
||||||
PyBufferProcs *pb;
|
|
||||||
|
|
||||||
if (!PyArg_ParseTuple(args, "iiiiSO!O!O!SSiS|O!O!:code",
|
if (!PyArg_ParseTuple(args, "iiiiSO!O!O!SSiS|O!O!:code",
|
||||||
&argcount, &nlocals, &stacksize, &flags,
|
&argcount, &nlocals, &stacksize, &flags,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue