You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: __path__ attribute of a package has a different type (single string instead of list of strings) in MicroPython
4
+
cause: MicroPython does't support namespace packages split across filesystem. Beyond that, MicroPython's import system is highly optimized for minimal memory usage.
5
+
workaround: Details of import handling is inherently implementation dependent. Don't rely on such details in portable applications.
0 commit comments