mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 19:00:50 +02: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
|