Message100638
tok_stdin_decode() clears error without check for the type.
tokenizer_error.patch stops the tokenizer with an E_ERROR if the exception is not an UnicodeDecodeError. Fix also err_input() to support E_ERROR: leave the global exception (PyErr_*) unchanged. |
|
Date |
User |
Action |
Args |
2010-03-08 12:21:51 | vstinner | set | recipients:
+ vstinner, gjb1002, benjamin.peterson |
2010-03-08 12:21:51 | vstinner | set | messageid: <1268050911.3.0.00561379729323.issue3137@psf.upfronthosting.co.za> |
2010-03-08 12:21:49 | vstinner | link | issue3137 messages |
2010-03-08 12:21:49 | vstinner | create | |
|