]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415) (GH-154425)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 05:54:08 +0000 (08:54 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 05:54:08 +0000 (05:54 +0000)
commit4d61da336b7c7f580232a71402c47cd065c9a8b3
tree81e96458b816a8f9d4d5ebdb575419535d7d7b71
parent8aa1b8b42ee47f252641d2a0d232bc94afd501e2
[3.14] gh-154414: Skip test_tcsendbreak on DragonFly BSD (GH-154415) (GH-154425)

tcsendbreak() is not supported for pseudo-terminals on DragonFly BSD.
(cherry picked from commit a84e780707d3baa3b9f73981d8b7e293eb10d076)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_termios.py