mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Use C-style comment
This commit is contained in:
parent
e3dd5b2c87
commit
96e48d4698
1 changed files with 1 additions and 1 deletions
|
@ -1808,7 +1808,7 @@ ast_for_expr_stmt(struct compiling *c, const node *n)
|
|||
|
||||
if (!expr1)
|
||||
return NULL;
|
||||
// TODO(jhylton): Figure out why set_context() can't be used here.
|
||||
/* TODO(jhylton): Figure out why set_context() can't be used here. */
|
||||
switch (expr1->kind) {
|
||||
case GeneratorExp_kind:
|
||||
ast_error(ch, "augmented assignment to generator "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue