Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96e48d4

Browse files
committed
Use C-style comment
1 parent e3dd5b2 commit 96e48d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ ast_for_expr_stmt(struct compiling *c, const node *n)
18081808

18091809
if (!expr1)
18101810
return NULL;
1811-
// TODO(jhylton): Figure out why set_context() can't be used here.
1811+
/* TODO(jhylton): Figure out why set_context() can't be used here. */
18121812
switch (expr1->kind) {
18131813
case GeneratorExp_kind:
18141814
ast_error(ch, "augmented assignment to generator "

0 commit comments

Comments
 (0)