d94aa577a6
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.
2 lines
47 B
Python
2 lines
47 B
Python
globals()["long_long_very_long_long_name"] = 1
|