mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
merge 3.2
This commit is contained in:
commit
267ca6cb23
@ -2283,7 +2283,7 @@ alias_for_import_name(struct compiling *c, const node *n, int store)
|
||||
|
||||
loop:
|
||||
switch (TYPE(n)) {
|
||||
case import_as_name: {
|
||||
case import_as_name: {
|
||||
node *name_node = CHILD(n, 0);
|
||||
str = NULL;
|
||||
name = NEW_IDENTIFIER(name_node);
|
||||
|
Loading…
Reference in New Issue
Block a user