mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 04:25:34 -04:00

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
|