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
where both cases of loader_details should be Tuple[Type[importlib.abc.Loader, list[str]], as the code itself will create a new instance of the loader passed in.
compared with python 3.10
The text was updated successfully, but these errors were encountered:
Spindel
changed the title
tdlib/importlib/machinery declares loaders to be instantiated, they should be classes
stdlib/importlib/machinery declares loaders to be instantiated, they should be classes
Jan 30, 2022
where both cases of
loader_details
should beTuple[Type[importlib.abc.Loader, list[str]]
, as the code itself will create a new instance of the loader passed in.compared with python 3.10
The text was updated successfully, but these errors were encountered: