mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
There was an assumption that all names in a module dict are qstr's. However, they can be dynamically generated (by assigning to globals()), and in case of a long name, it won't be a qstr. Handle this situation properly, including taking care of not creating superfluous qstr's for names starting with "_" (which aren't imported by "import *").
56 KiB
56 KiB