On 16 December 2015 at 12:45, Armin Rigo <ar...@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 _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev