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
py/builtinimport.c: Add support for built-in packages.
Allows a built-in module to add a sub-module as a member of its globals dict, and allow importing
it as "import foo.bar" (or any other variation on the import statement).
Note: This does give the slightly surprising behavior that "import foo" followed by "foo.bar.x"
will also work.
+56 bytes on PYBV11.
0 commit comments