Message 100638 - Python tracker (original) (raw)

Message100638

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: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