]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133558: Skip test_pdb tests on FreeBSD (GH-133566) (#133616)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 May 2025 22:20:17 +0000 (00:20 +0200)
committerGitHub <noreply@github.com>
Wed, 7 May 2025 22:20:17 +0000 (22:20 +0000)
commitc98b5a9369e863d56cf4f919445ca6d743369530
tree1a97579d06bc162301c21099f178d4fe3bf7232b
parentcc588aaa5f9cd0e412fe6cc434f74c0039937418
[3.14] gh-133558: Skip test_pdb tests on FreeBSD (GH-133566) (#133616)

gh-133558: Skip test_pdb tests on FreeBSD (GH-133566)

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

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_pdb.py