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 vstinner
Recipients benjamin.peterson, gjb1002, vstinner
Date 2010-03-08.12:21:49
SpamBayes Score 0.10004658
Marked as misclassified No
Message-id <1268050911.3.0.00561379729323.issue3137@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-03-08 12:21:51vstinnersetrecipients: + vstinner, gjb1002, benjamin.peterson
2010-03-08 12:21:51vstinnersetmessageid: <1268050911.3.0.00561379729323.issue3137@psf.upfronthosting.co.za>
2010-03-08 12:21:49vstinnerlinkissue3137 messages
2010-03-08 12:21:49vstinnercreate