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

Skip to content

Commit 267ca6c

Browse files
committed
merge 3.2
2 parents eabfb5b + 66b371e commit 267ca6c

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
@@ -2283,7 +2283,7 @@ alias_for_import_name(struct compiling *c, const node *n, int store)
22832283

22842284
loop:
22852285
switch (TYPE(n)) {
2286-
case import_as_name: {
2286+
case import_as_name: {
22872287
node *name_node = CHILD(n, 0);
22882288
str = NULL;
22892289
name = NEW_IDENTIFIER(name_node);

0 commit comments

Comments
 (0)