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
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,
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
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