aboutsummaryrefslogtreecommitdiff
path: root/tests/import/import_long_dyn2.py
AgeCommit message (Collapse)Author
2018-11-01tests/import_long_dyn: Test for "import *" of a long dynamic name.Paul Sokolovsky
Such names aren't stored as qstr in module dict, and there was a bug in "import *" handling which assumed any name in a module dict is a qstr.