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
# While the docs say that module.__file__ is not set for
527
+
# built-in modules, and the code below will avoid setting it if
528
+
# spec.has_location is false, this is incorrect for namespace
529
+
# packages. Namespace packages have no location, but their
530
+
# __spec__.origin is None, and thus their module.__file__
531
+
# should also be None for consistency. While a bit of a hack,
532
+
# this is the best place to ensure this consistency.
533
+
#
534
+
# See # https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module
0 commit comments