mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove unused label.
This commit is contained in:
parent
3ed4114f7d
commit
6c6a4d0249
1 changed files with 0 additions and 4 deletions
|
@ -111,10 +111,6 @@ PyCode_New(int argcount, int kwonlyargcount,
|
|||
co->co_weakreflist = NULL;
|
||||
}
|
||||
return co;
|
||||
|
||||
error:
|
||||
Py_DECREF(co);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
PyCodeObject *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue