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
Agreed this could be much better. There's additional runtime complexity because my_extension might itself be a submodule to a pure python root e.g. my_package.my_native_code_extension.submodule
Using this code
my_extension.submodule.foo.__module__
returnssubmodule
instead ofmy_extension.submodule
, as it would be expected for pure Python modules.Relates to #3900
The text was updated successfully, but these errors were encountered: