]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132742: Add more tests for fcntl.ioctl() (GH-132756)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Apr 2025 06:26:06 +0000 (09:26 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 06:26:06 +0000 (09:26 +0300)
commita04390b4dad071195f834db347aa686292811051
tree1eeb4b05556585d4c1dc012b30443ad7c4418427
parent78cfee6f0920ac914ed179c013f61c53ede16fa9
gh-132742: Add more tests for fcntl.ioctl() (GH-132756)

Test with different types of argument: integer, mutable and immutable
buffers, immutable buffer with mutable_flag set to false.
Lib/test/test_ioctl.py