-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
OS-freebsdstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
test.test_pdb.PdbTestReadline.test_multiline_indent_completion
times out, e.g. here.
@gaogaotiantian said:
the test needs to backspace a few times to simulate dedent and
\x08
is not picked up in FreeBSD. It's more of a "how can we simulate backspace(delete) on FreeBSD for tests" problem. The code itself is fine.
Linked PRs
Metadata
Metadata
Assignees
Labels
OS-freebsdstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error