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 belopolsky
Recipients belopolsky
Date 2010-08-13.23:06:12
SpamBayes Score 8.483726e-09
Marked as misclassified No
Message-id <1281740774.41.0.842761146652.issue9598@psf.upfronthosting.co.za>
In-reply-to
Content
For example:

$ ./python.exe Tools/scripts/untabify.py Modules/_heapqmodule.c
Traceback (most recent call last):
    ...
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe7 in position 173: invalid continuation byte


I am not sure what relevant C standard has to say about using non-ascii characters in comments, but the checking tool should not fail with a traceback in such situation.
History
Date User Action Args
2010-08-13 23:06:14belopolskysetrecipients: + belopolsky
2010-08-13 23:06:14belopolskysetmessageid: <1281740774.41.0.842761146652.issue9598@psf.upfronthosting.co.za>
2010-08-13 23:06:12belopolskylinkissue9598 messages
2010-08-13 23:06:12belopolskycreate