Philip Jenvey <[email protected]> added the comment: The main issue here is we were referencing raw_input instead of input (in probably a fallback version of raw_input which is used when the terminfo setup fails)
I belive I've fixed it ee7dd757b1df: the terminfo setup failure becomes ignored as it's supposed to ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1611> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
