]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132742: Improve tests for fcntl.ioctl() (GH-132791) (GH-133066)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 28 Apr 2025 08:23:43 +0000 (11:23 +0300)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 08:23:43 +0000 (08:23 +0000)
commit0d53872443c65c7807a3183044ea3102baf76ac9
treeeb5eea0801b225c6a0b495ac74f188a40e672e94
parent154225bb337ad92175485245603b5ac914174602
[3.13] gh-132742: Improve tests for fcntl.ioctl() (GH-132791) (GH-133066)

* Use better tests for integer argument.
* Add also parallel tests for tcflush() and tcflow().
(cherry picked from commit ed8e886f4f59df4eceefeb7eef2e3d146967df34)
Lib/test/test_ioctl.py
Lib/test/test_termios.py