]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132742: Add more tests for fcntl.ioctl() (GH-132756) (GH-132764)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Apr 2025 06:49:45 +0000 (08:49 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 06:49:45 +0000 (06:49 +0000)
commitc709d3b50323c3b393365c8f0820a97069ca50f8
tree6737fc070a585d5d627dceaf5a4da4cbcceb9f0f
parent62663bfed59482f199d369bee4ec3f34d8ea8a19
[3.13] gh-132742: Add more tests for fcntl.ioctl() (GH-132756) (GH-132764)

Test with different types of argument: integer, mutable and immutable
buffers, immutable buffer with mutable_flag set to false.
(cherry picked from commit a04390b4dad071195f834db347aa686292811051)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_ioctl.py