Regression in 7.2: readline not working
Created originally on Bitbucket by Vilhjalmur Thorsteinsson (Vilhjálmur Thorsteinsson)
In PyPy 7.2 (Python 3.6 beta), I get a UserWarning: readline.read_init_file() not implemented upon startup. This was fine in 7.0. REPL cursor operations subsequently behave funnily, e.g. appending '\u0000' to lines when pressing cursor-up or cursor-down.
Attachments: Capture