Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dd5b2 commit 96e48d4Copy full SHA for 96e48d4
1 file changed
Python/ast.c
@@ -1808,7 +1808,7 @@ ast_for_expr_stmt(struct compiling *c, const node *n)
1808
1809
if (!expr1)
1810
return NULL;
1811
- // TODO(jhylton): Figure out why set_context() can't be used here.
+ /* TODO(jhylton): Figure out why set_context() can't be used here. */
1812
switch (expr1->kind) {
1813
case GeneratorExp_kind:
1814
ast_error(ch, "augmented assignment to generator "
0 commit comments