• Brett Cannon's avatar
    Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use · a6473f9c
    Brett Cannon yazdı
    Lib/imp.py for imp.source_from_cache() instead of its own C version.
    
    Also change PyImport_ExecCodeModuleObject() to not infer the source
    path from the bytecode path like
    PyImport_ExecCodeModuleWithPathnames() does. This makes the function
    less magical.
    
    This also has the side-effect of removing all uses of MAXPATHLEN in
    Python/import.c which can cause failures on really long filenames.
    a6473f9c
Adı
Son kayıt (commit)
Son güncelleme
..
c-api Loading commit data...
data Loading commit data...
distutils Loading commit data...
extending Loading commit data...
faq Loading commit data...
howto Loading commit data...
includes Loading commit data...
install Loading commit data...
library Loading commit data...
reference Loading commit data...
tools Loading commit data...
tutorial Loading commit data...
using Loading commit data...
whatsnew Loading commit data...
ACKS.txt Loading commit data...
Makefile Loading commit data...
README.txt Loading commit data...
about.rst Loading commit data...
bugs.rst Loading commit data...
conf.py Loading commit data...
contents.rst Loading commit data...
copyright.rst Loading commit data...
glossary.rst Loading commit data...
license.rst Loading commit data...
make.bat Loading commit data...