New issue 2672: str.encode segfault on 3.5 and 3.6 for unrecognized "errors"
https://bitbucket.org/pypy/pypy/issues/2672/strencode-segfault-on-35-and-36-for

David Meyer:

>>>> ''.encode(errors='surrogateescape')
Segmentation fault

>>>> ''.encode(errors='other_invalid_or_unrecognized')
Segmentation fault


_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to