• 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
..
RPM Loading commit data...
ACKS Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.AIX Loading commit data...
README.coverity Loading commit data...
README.valgrind Loading commit data...
SpecialBuilds.txt Loading commit data...
coverity_model.c Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-config.in Loading commit data...
python-config.sh.in Loading commit data...
python-wing3.wpr Loading commit data...
python-wing4.wpr Loading commit data...
python-wing5.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
svnmap.txt Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...