[issue18230] test_builtin fails/hangs when run after test_getopt

2013-09-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, it is related. test_getopt uses doctests, doctest uses pdb, pdb imports readline. -- nosy: +serhiy.storchaka resolution: -> duplicate status: open -> closed superseder: -> readline-related test_builtin failure _

[issue18230] test_builtin fails/hangs when run after test_getopt

2013-06-16 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue18230] test_builtin fails/hangs when run after test_getopt

2013-06-16 Thread Brett Cannon
New submission from Brett Cannon: If you run test_builtin after test_getopt it will hang. If you run test_getopt test_socket test_builtin it will fail in all tty-related tests for input(). Not sure if this is related to issue #17734 or #13886. -- components: Library (Lib) messages: 191