Message196958
This bug can be reproduced on Linux too. Just copy and paste illegal UTF-8 sequence. I.e. b'\xed\xb2\x80' or b'\xc0\x80'. My patch works with first example but failed with second. When change the error handler in fromTclStringAndSize() to "replace" it works with all illegal sequences. |
|
| Date |
User |
Action |
Args |
| 2013-09-04 21:12:39 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, ned.deily, ezio.melotti, roger.serwy, asvetlov, python-dev, JBernardo, Rosuav, Ramchandra Apte, William.Schwartz |
| 2013-09-04 21:12:39 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2013-09-04 21:12:39 | serhiy.storchaka | link | issue13153 messages |
| 2013-09-04 21:12:38 | serhiy.storchaka | create | |
|