New issue 3116: utf-8 + surrogateescape produces invalid result https://bitbucket.org/pypy/pypy/issues/3116/utf-8-surrogateescape-produces-invalid
Christoph Reiter: `b'\xe0\xa0'.decode('utf-8', 'surrogateescape')`\` On PyPy3 7.2.0: `'\udce0'` On CPython 3: `'\udce0\udca0'` _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue