STINNER Victor added the comment: > It would be nice to add a bigmem test to check that repr('\x00'*(2**30+1)) > doesn't crash anymore.
Ooops, wrong issue, the test is : ("\uffff" * (2**29)).encode("latin1", errors="xmlcharrefreplace"). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22518> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com