New submission from Glenn Linderman <v+pyt...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14811>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to