]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138401: Check arg count>=0 in os.sendfile() (#138403)
authorChristoph Walcher <christoph-wa@gmx.de>
Fri, 5 Sep 2025 09:16:55 +0000 (11:16 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 09:16:55 +0000 (09:16 +0000)
commited53c63769ba8a372c321fe6ef4916444f6f4db8
tree062836b26a11c4a3f3619c7301527b90363d8fab
parentd1d84098f6ac408ef36f1a85a4bc80d857d0f4ff
gh-138401: Check arg count>=0 in os.sendfile() (#138403)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_os.py
Misc/NEWS.d/next/Core_and_Builtins/2025-09-02-22-17-55.gh-issue-138401.uTRvue.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c