]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417) (GH-154422)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 05:54:58 +0000 (08:54 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 05:54:58 +0000 (05:54 +0000)
commitab4921de77f707016789f5f93efb6497d921b927
treedc9c5a6ab16a3aab6d0c7ea1490c932ed1460879
parent4d61da336b7c7f580232a71402c47cd065c9a8b3
[3.14] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417) (GH-154422)

TCIOFF and TCION transmit STOP and START characters, and closing the
pseudo-terminal waits until they are read.  Discard them.
(cherry picked from commit b0c945a27e708419c6845234ef633ce3f7c4c41e)

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