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

[issue17734] Failure when running test_builtin after test_genexps

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

[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 ___ _

[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 ___ ___ Python-bugs-list mail

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