New submission from Wilfred Hughes <[email protected]>: Upon compiling the attached file with RPython 2.2.1, I get an assertion error. It doesn't say what's wrong (comparing a string with a unicode) or which line caused the issue.
The error traceback looks like this: [translation:info] File "/home/wilfred/projects/trifle/src/pypy/rpython/rtyper/rptr.py", line 115, in convert_from_to [translation:info] assert r_ptr1.lowleveltype == r_ptr2.lowleveltype Full traceback here: https://gist.github.com/Wilfred/8925923#file-error-txt ---------- messages: 6530 nosy: pypy-issue, wilfred priority: bug release: 2.2 status: unread title: Unhelpful AssertionError on comparing strings with unicode ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1689> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
