Re: [pypy-dev] Weird Unicode errors

2014-10-27 Thread Armin Rigo
Hi Timothy, For future reference: the issue was moved to the PyPy issue tracker at https://bitbucket.org/pypy/pypy/issue/1898 and resolved there. Armin ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Weird Unicode errors

2014-10-19 Thread Timothy Baldridge
BTW, to reproduce, you can go pull source from: https://github.com/pixie-lang/pixie Then run ./make-with-jit The build script assumes that above the pixie directory you have pypy checkout in a directory named "pypy". On Sat, Oct 18, 2014 at 5:11 PM, Timothy Baldridge wrote: > What's also odd,

Re: [pypy-dev] Weird Unicode errors

2014-10-18 Thread Timothy Baldridge
What's also odd, is that there is something non-deterministic about these errors, sometimes I get the one error, but if I translate again (without changing any code) I'll get the other. On Sat, Oct 18, 2014 at 2:08 PM, Timothy Baldridge wrote: > My interpreter is built using mostly unicode for s

[pypy-dev] Weird Unicode errors

2014-10-18 Thread Timothy Baldridge
My interpreter is built using mostly unicode for symbols and strings, but recently I've been getting some really weird translation errors. The first is this: https://gist.github.com/halgari/0d57dd87434968561705 I tracked this error down to being caused whenever I try an isinstance of unicode like