[pypy-dev] Current status of GUI support in PyPy

Oscar Benjamin oscar.j.benjamin at gmail.com
Fri Dec 18 07:56:57 EST 2015


On 16 December 2015 at 12:45, Armin Rigo <arigo at tunes.org> wrote:
> If you get an obscure crash, please open a
> bug report. :-)

I found a bug with PyPy 3.2.5 (2.4.0). The offending code looks like:


        s = s.encode('utf-8')
        if '\x00' in s:   # <- This line guaranteed to raise on Py3
            raise TypeError

It seems to have already been fixed on the py3k branch so I'm not sure
if it needs reporting:

https://bitbucket.org/pypy/pypy/src/6da866a9e7d54a016c8b554fdb961b56de7ac2da/lib_pypy/_tkinter/app.py?at=py3k&fileviewer=file-view-default#app.py-446

Is that the right branch?

--
Oscar


More information about the pypy-dev mailing list