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
Importing a module doesn't respect its __all__ list, and all names are imported regardless of its content.
Perhaps it's solved with #958, I don't fully understand what role importlib is gonna take. Anyway since I see CPython has some handling of __all__ in its C side, I guess we'll need in the Rust side as well.
The text was updated successfully, but these errors were encountered:
Importing a module doesn't respect its
__all__
list, and all names are imported regardless of its content.Perhaps it's solved with #958, I don't fully understand what role
importlib
is gonna take. Anyway since I see CPython has some handling of__all__
in its C side, I guess we'll need in the Rust side as well.The text was updated successfully, but these errors were encountered: