New issue 1947: LANG=C ./pypy3.3 fails with maximum recursion depth exceeded
https://bitbucket.org/pypy/pypy/issue/1947/lang-c-pypy33-fails-with-maximum-recursion

larstiq:

On my Ubuntu 14.10 64 bit setup a freshly built pypy from the py3.3 branch 
fails thusly:

> LANG=C ./pypy-c
debug: OperationError:
debug:  operror-type: RuntimeError
debug:  operror-value: maximum recursion depth exceeded
debug: OperationError:
debug:  operror-type: AttributeError
debug:  operror-value: stdout
    

Also setting LANG to a non-existing locale has this behaviour.
Setting it to something that is available, say en_US.UTF-8, and it works.



_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to