Skip to content
Snippets Groups Projects
Commit d94aa577 authored by Paul Sokolovsky's avatar Paul Sokolovsky Committed by Damien George
Browse files

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
No related branches found
No related tags found
No related merge requests found
from import_long_dyn2 import *
globals()["long_long_very_long_long_name"] = 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment