mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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;
|
||||
int firstlineno;
|
||||
PyObject* lnotab;
|
||||
PyBufferProcs *pb;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "iiiiSO!O!O!SSiS|O!O!:code",
|
||||
&argcount, &nlocals, &stacksize, &flags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue