[issue17734] Failure when running test_builtin after test_genexps

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

[issue17734] Failure when running test_builtin after test_genexps

2013-06-16 Thread Brett Cannon
Brett Cannon added the comment: Issue #18230 is another test_builtin failure related to tty tests. -- nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17734 ___

[issue17734] Failure when running test_builtin after test_genexps

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/issue17734 ___

[issue17734] Failure when running test_builtin after test_genexps

2013-04-15 Thread Nick Coghlan
New submission from Nick Coghlan: I'm getting a failure in test_builtin when running the following: ./python -m test -w test_genexps test_builtin == FAIL: test_input_tty_non_ascii (test.test_builtin.BuiltinTest)

[issue17734] Failure when running test_builtin after test_genexps

2013-04-15 Thread Ezio Melotti
Ezio Melotti added the comment: Isn't this the same as #13886? -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17734 ___ ___