Commit d94aa577 authored by Paul Sokolovsky's avatar Paul Sokolovsky Committed by Damien George

tests/import_long_dyn: Test for "import *" of a long dynamic name.

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.
parent 5c18730f
from import_long_dyn2 import *
globals()["long_long_very_long_long_name"] = 1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment