[issue16336] Check input in surrogatepass error handler

2012-11-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 18ed608ee594 by Ezio Melotti in branch '3.2': #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. http://hg.python.org/cpython/rev/18ed608ee594 New changeset 8d5c147f030d by Ezio Melotti in branch '3.3':

[issue16336] Check input in surrogatepass error handler

2012-11-03 Thread Ezio Melotti
Ezio Melotti added the comment: Thanks for spotting the error and fixing it! -- assignee: - ezio.melotti resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue16336] Check input in surrogatepass error handler

2012-10-29 Thread Philip Jenvey
Philip Jenvey added the comment: Thanks for picking this and the warning/slowdown up, Serhiy. The patch LGTM, for whatever that's worth =] -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16336

[issue16336] Check input in surrogatepass error handler

2012-10-27 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch fixes input checking in surrogatepass error handler. Also it fixes 10% speed regression introduced by changeset 74d65c746f63. -- components: Interpreter Core, Unicode files: codecs_surrogatepass_2.patch keywords: patch messages: