Skip to content

Commit

Permalink
Use C-style comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nnorwitz committed Feb 5, 2006
1 parent e3dd5b2 commit 96e48d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/ast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 96e48d4

Please sign in to comment.