mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Regenerate.
This commit is contained in:
parent
08062d6665
commit
9eec489c4a
1 changed files with 0 additions and 2 deletions
|
@ -2328,8 +2328,6 @@ ast2obj_stmt(void* _o)
|
|||
result = PyType_GenericNew(Continue_type, NULL, NULL);
|
||||
if (!result) goto failed;
|
||||
break;
|
||||
default:
|
||||
;
|
||||
}
|
||||
value = ast2obj_int(o->lineno);
|
||||
if (!value) goto failed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue