Uh oh!
There was an error while loading. Please reload this page.
bpo-42131: Add PEP 451-related methods to zipimport - #23187
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Can find_loader and load_module be expressed in terms of find_spec?
ncoghlan
left a comment
There was a problem hiding this comment.
LGTM, although I'm also curious as to whether or not the old methods could be redefined in terms of the new one.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
brettcannon
commented
Nov 7, 2020
@serhiy-storchaka@ncoghlan the reason I didn't port the old methods over is I'm planning to deprecate them (and all other instances of |
Specifically, find_spec(), create_module(), and exec_module(). Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
https://bugs.python.org/issue42131