Issue 18230: test_builtin fails/hangs when run after test_getopt (original) (raw)

Issue18230

Created on 2013-06-16 15:17 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg191270 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-06-16 15:17
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.
msg197915 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-09-16 16:08
Yes, it is related. test_getopt uses doctests, doctest uses pdb, pdb imports readline.
History
Date User Action Args
2022-04-11 14:57:46 admin set github: 62430
2013-09-16 16:08:07 serhiy.storchaka set status: open -> closednosy: + serhiy.storchakamessages: + superseder: test_builtin.PtyTests fail on non-ASCII characters if the readline module is loadedresolution: duplicate
2013-06-16 15:40:10 Arfrever set nosy: + Arfrever
2013-06-16 15:17:40 brett.cannon create