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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee='https://github.com/brettcannon'closed_at=<Date2020-11-16.23:01:09.824>created_at=<Date2020-10-23.22:05:33.523>labels= ['type-bug', 'library', '3.10']
title='[zipimport] Update zipimport to use specs'updated_at=<Date2020-11-16.23:01:09.823>user='https://github.com/brettcannon'
zipimport only supports old PEP-302 APIs and not PEP-451 module specs (i.e. it uses load_module() instead of create_module()/exec_module(), find_mdoule() instead of find_spec()).
Uses of both load_module() and find_module() are documented as deprecated for the import system and are slated to eventually go away.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: