Mark Dickinson <[email protected]> added the comment: Thanks for the patch.
Rather than remove that optimization entirely, I'd consider pushing it into PyUnicode_Decode. All tests (whether for the standard library or for the core) go into Lib/test, so that would be the right place. test_codecs_errors in Lib/test/test_unicode.py looks appropriate. Adding Marc-André to the nosy list: this is much more his domain than mine. ---------- nosy: +lemburg _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue7961> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
