mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08: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
@ -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…
Reference in New Issue
Block a user