]> granicus.if.org Git - python/commit
Issue #27352: Correct the validation of the ImportFrom AST node and simplify
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jun 2016 18:39:12 +0000 (21:39 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jun 2016 18:39:12 +0000 (21:39 +0300)
commitfbd1523525ed385555357fab546f78e318f03f4b
treec8d91d0abc1c658a14c005b1b7ea668dc7a90751
parent44a98b6bf3f110c900979894ccb89753088c3aaa
Issue #27352: Correct the validation of the ImportFrom AST node and simplify
the implementation of the IMPORT_NAME opcode.
Python/ast.c
Python/ceval.c