X Tutup
Skip to content

[3.14] gh-133558: Skip test_pdb tests on FreeBSD (GH-133566)#133616

Merged
vstinner merged 2 commits intopython:3.14from
miss-islington:backport-79b8a32-3.14
May 7, 2025
Merged

[3.14] gh-133558: Skip test_pdb tests on FreeBSD (GH-133566)#133616
vstinner merged 2 commits intopython:3.14from
miss-islington:backport-79b8a32-3.14

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 7, 2025

'\x08' is not interpreted as backspace on FreeBSD.
(cherry picked from commit 79b8a32)

Co-authored-by: Victor Stinner vstinner@python.org

'\x08' is not interpreted as backspace on FreeBSD.
(cherry picked from commit 79b8a32)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label May 7, 2025
@vstinner vstinner enabled auto-merge (squash) May 7, 2025 21:00
@vstinner vstinner merged commit c98b5a9 into python:3.14 May 7, 2025
40 checks passed
@miss-islington miss-islington deleted the backport-79b8a32-3.14 branch January 2, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup