This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author v+python
Recipients v+python
Date 2012-05-15.04:31:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337056300.81.0.374626607094.issue14811@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-15 04:31:40v+pythonsetrecipients: + v+python
2012-05-15 04:31:40v+pythonsetmessageid: <1337056300.81.0.374626607094.issue14811@psf.upfronthosting.co.za>
2012-05-15 04:31:40v+pythonlinkissue14811 messages
2012-05-15 04:31:39v+pythoncreate