Staging
v0.5.1
https://github.com/python/cpython
Revision e6376f8849175789c371f292f896ecdccb88b5b1 authored by Victor Stinner on 20 August 2010, 11:08:18 UTC, committed by Victor Stinner on 20 August 2010, 11:08:18 UTC
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.
1 parent 89d8f82
History
Tip revision: e6376f8849175789c371f292f896ecdccb88b5b1 authored by Victor Stinner on 20 August 2010, 11:08:18 UTC
test_main_invalid_unicode() of test_sys: print string as ascii
Tip revision: e6376f8
File Mode Size
c-api
data
distutils
documenting
extending
faq
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.4 KB
Makefile -rw-r--r-- 6.1 KB
README.txt -rw-r--r-- 5.0 KB
about.rst -rw-r--r-- 1.3 KB
bugs.rst -rw-r--r-- 3.2 KB
conf.py -rw-r--r-- 5.8 KB
contents.rst -rw-r--r-- 440 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 26.6 KB
license.rst -rw-r--r-- 36.3 KB
make.bat -rw-r--r-- 1.6 KB

README.txt

back to top