This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_builtin fails/hangs when run after test_getopt
Type: behavior Stage: needs patch
Components: Library (Lib) Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_builtin.PtyTests fail on non-ASCII characters if the readline module is loaded
View: 13886
Assigned To: Nosy List: Arfrever, brett.cannon, serhiy.storchaka
Priority: normal Keywords:

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:46adminsetgithub: 62430
2013-09-16 16:08:07serhiy.storchakasetstatus: open -> closed

nosy: + serhiy.storchaka
messages: + msg197915

superseder: test_builtin.PtyTests fail on non-ASCII characters if the readline module is loaded
resolution: duplicate
2013-06-16 15:40:10Arfreversetnosy: + Arfrever
2013-06-16 15:17:40brett.cannoncreate