Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d72c9f8

Browse filesBrowse files
Cleanup - Remove unnecessary comment
1 parent 60f97cb commit d72c9f8
Copy full SHA for d72c9f8

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎Python/ast.c

Copy file name to clipboardExpand all lines: Python/ast.c
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2598,7 +2598,6 @@ ast_for_expr(struct compiling *c, const node *n)
25982598
loop:
25992599
switch (TYPE(n)) {
26002600
case namedexpr_test:
2601-
// If there are 3 children, continue with named expression
26022601
if (NCH(n) == 3)
26032602
return ast_for_namedexpr(c, n);
26042603
case test:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.