]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 05:07:53 +0000 (08:07 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 05:07:53 +0000 (05:07 +0000)
commitb0c945a27e708419c6845234ef633ce3f7c4c41e
treee2ef458ce5374bbf3e61fc3e13f3749f981f9233
parenta84e780707d3baa3b9f73981d8b7e293eb10d076
gh-154416: Fix hanging test_tcflow on DragonFly BSD (GH-154417)

TCIOFF and TCION transmit STOP and START characters, and closing the
pseudo-terminal waits until they are read.  Discard them.

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