]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95380: Remove the 1024 bytes limit in fcntl.fcntl() and fcntl.ioctl() (GH-132907)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 13 May 2025 14:44:07 +0000 (17:44 +0300)
committerGitHub <noreply@github.com>
Tue, 13 May 2025 14:44:07 +0000 (14:44 +0000)
commit18bf8f84aaf7a4a7b272976c3241f18d4455a6fc
treea22dbcb7090c11481b404d689f64ea1d24a05d34
parentfe9f6e829a535747b1e06d9bfda033a9a47165ed
gh-95380: Remove the 1024 bytes limit in fcntl.fcntl() and fcntl.ioctl() (GH-132907)
Doc/library/fcntl.rst
Lib/test/test_fcntl.py
Lib/test/test_ioctl.py
Misc/NEWS.d/next/Library/2025-04-25-11-53-37.gh-issue-95380.7dvPe-.rst [new file with mode: 0644]
Modules/fcntlmodule.c