]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417) (GH-154421)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 05:47:25 +0000 (08:47 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 05:47:25 +0000 (05:47 +0000)
commit9d4e8520b2f82f4250728597f008817e8a6c8f3c
tree7f88591cc1fc54a70085b0beaaf0e0d58b0ffef6
parentf68ff8741697bcbea663fe43ff6e456f24140f97
[3.13] gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417) (GH-154421)

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