• Brett Cannon's avatar
    Issue #19698: Remove exec_module() from the built-in and extension · d2476c6e
    Brett Cannon yazdı
    module loaders.
    
    Due to the fact that the call signatures for extension modules and
    built-in modules does not allow for the specifying of what module to
    initialize and that on Windows all extension modules are built-in
    modules, work to clean up built-in and extension module initialization
    will have to wait until Python 3.5. Because of this the semantics of
    exec_module() would be incorrect, so removing the methods for now is
    the best option; load_module() is still used as a fallback by
    importlib and so this won't affect semantics.
    d2476c6e
Adı
Son kayıt (commit)
Son güncelleme
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.hgtouch Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...