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
Even with all code added to builtinimport.c, package imports don't really work, which I kinda expected - package support is one of the messy parts of Python, few people know all details of how it works (me including).
I'm on it, and here's kinda extended commentary to changes I do.