[issue30393] test_readline hangs

2017-05-30 Thread wmayner
wmayner added the comment: Output of `./python3 -m unittest -v test.test_readline`: testHistoryUpdates (test.test_readline.TestHistoryManipulation) ... ok test_nonascii_history (test.test_readline.TestHistoryManipulation) ... ok test_write_read_append (test.test_readline.TestHistoryManipulation

[issue30393] test_readline hangs

2017-05-17 Thread wmayner
New submission from wmayner: I'm trying to build Python 3.6.1 from source with the `--enable-optimizations` configuration option. As I understand it, this entails running and profiling all the tests for PGO. When `test_readline` is run, it hangs. OS: Debian 3.16.43-2 (2017-04-30) x86_6