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
The stubs for zipimport are out of date. For example, since 3.10, zipimport.zipimporter has implemented exec_module and create_module, but these don't exist in the type stubs.
I would be happy to author the PR, if there are no objections (or some other reason why this was left out in the first place).
The text was updated successfully, but these errors were encountered:
The stubs for
zipimport
are out of date. For example, since 3.10,zipimport.zipimporter
has implementedexec_module
andcreate_module
, but these don't exist in the type stubs.I would be happy to author the PR, if there are no objections (or some other reason why this was left out in the first place).
The text was updated successfully, but these errors were encountered: