[New-bugs-announce] [issue14811] compile fails - UTF-8 character decoding

Glenn Linderman report at bugs.python.org
Tue May 15 06:31:40 CEST 2012


New submission from Glenn Linderman <v+python at g.nevcal.com>:

t33a.py demonstrates a compilation problem.  OK, it has a long line, but making it one space longer (add a space after the left parenthesis) makes it work... so it must not be line length alone.  Rather, since the error is about a bad UTF-8 character starting with \xc3, it seems that the UTF-8 decoder might play a role.  I was surprised that I could reduce the test case by removing all the lines before and after these 3: the original failure was in a much longer file to which I added this line.

Originally detected in 3.2.2, I upgraded to 3.2.3 and the problem still occurred.

----------
components: Interpreter Core
files: t33a.py
messages: 160679
nosy: v+python
priority: normal
severity: normal
status: open
title: compile fails - UTF-8 character decoding
type: compile error
versions: Python 3.2
Added file: http://bugs.python.org/file25593/t33a.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14811>
_______________________________________


More information about the New-bugs-announce mailing list