[pypy-issue] Issue #2672: str.encode segfault on 3.5 and 3.6 for unrecognized "errors" (pypy/pypy)

David Meyer issues-reply at bitbucket.org
Wed Oct 4 02:09:13 EDT 2017


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




More information about the pypy-issue mailing list