-
-
Notifications
You must be signed in to change notification settings - Fork 32k
test_pdb
times out on FreeBSD
#133558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
OS-freebsd
stdlib
Python modules in the Lib dir
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
Comments
cc @vstinner the FreeBSD expert |
See also #133350 (comment) discussion. |
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
May 7, 2025
'\x08' is not interpreted as backspace on FreeBSD.
I wrote #133566 to skip the two tests on FreeBSD. |
vstinner
added a commit
that referenced
this issue
May 7, 2025
'\x08' is not interpreted as backspace on FreeBSD.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 7, 2025
'\x08' is not interpreted as backspace on FreeBSD. (cherry picked from commit 79b8a32) Co-authored-by: Victor Stinner <[email protected]>
vstinner
added a commit
that referenced
this issue
May 7, 2025
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
OS-freebsd
stdlib
Python modules in the Lib dir
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
test.test_pdb.PdbTestReadline.test_multiline_indent_completion
times out, e.g. here.@gaogaotiantian said:
Linked PRs
The text was updated successfully, but these errors were encountered: