[issue20542] Assertion failure in test_readline

2014-02-07 Thread Nick Coghlan
Changes by Nick Coghlan : -- resolution: -> duplicate status: open -> closed superseder: -> Segfault in UTF-7 incremental decoder ___ Python tracker ___ ___

[issue20542] Assertion failure in test_readline

2014-02-07 Thread Ned Deily
Ned Deily added the comment: Duplicate of Issue20520 -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue20542] Assertion failure in test_readline

2014-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2e7c46718b83 by Nick Coghlan in branch 'default': Issue 20542: Temporarily skip failing test http://hg.python.org/cpython/rev/2e7c46718b83 -- nosy: +python-dev ___ Python tracker

[issue20542] Assertion failure in test_readline

2014-02-07 Thread Nick Coghlan
New submission from Nick Coghlan: test_readline is consistently failing with an assertion failure in debug builds. I'm going to add a skip for the time being, because I don't know the UnicodeWriter or UTF7 code well enough to guess where the inconsistency may be being introduced. Relevant ext