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.
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 -> 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:10 | Arfrever | set | nosy:
+ Arfrever |
| 2013年06月16日 15:17:40 | brett.cannon | create | |