[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 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:

[issue18230] test_builtin fails/hangs when run after test_getopt

2013-06-16 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18230 ___