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: <[email protected]> |
| 2010-03-08 12:21:49 | vstinner | link | issue3137 messages |
| 2010-03-08 12:21:49 | vstinner | create | |
|