commit | 641591cffe09210b46b8f14b62831a17469995cd | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Oct 10 18:44:39 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Oct 10 18:44:39 2007 +0000 |
tree | feece0fed8c818d81a91a36ebcf02dcb52a539c2 | |
parent | feea0786a2f2d38b99c1867a4e6f53e8e764905b [diff] |
Fix an issue in PyTokenizer_RestoreEncoding() which was treating a PyBytes object with PyString calls and not checking errors. This caused the display of syntax errors to be deformed.