• Victor Stinner's avatar
    test_main_invalid_unicode() of test_sys: print string as ascii · e6376f88
    Victor Stinner yazdı
    There are buildbot failures on "x86 FreeBSD 3.x" and "sparc solaris10 gcc 3.x".
    I suppose that _Py_char2wchar() doesn't fail even if the locale encoding is
    unable to decode the byte string, because _Py_char2wchar() has a special mode
    for platform without mbrtowc() (ISO C99) function.
    
    Let's check my theory by avoid error on the Python print() instruction.
    e6376f88
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...