mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations
in Python/Python-ast.c. Not sure what to do about those.
This commit is contained in:
parent
a62862120d
commit
a863d334aa
4 changed files with 24 additions and 22 deletions
|
|
@ -2328,6 +2328,8 @@ 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