• Victor Stinner's avatar
    Issue #9425: fix setup_context() for non-ascii filenames · 2e5f1178
    Victor Stinner yazdı
    setup_context() replaces .pyc or .pyo filename suffix by .py, but it
    didn't work if the filename contains a non-ascii character because the
    function used the wrong unit for the length (number of characters
    instead of the number of bytes).
    
    With this patch, it uses unicode filenames instead of bytes filenames,
    to fix the bug and to be fully unicode compliant.
    2e5f1178
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
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...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...