]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)
authorNadeshiko Manju <me@manjusaka.me>
Fri, 10 Oct 2025 08:56:10 +0000 (16:56 +0800)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 08:56:10 +0000 (10:56 +0200)
commit7cafd76a7fc6e52d93dd11e454a49c4dbebdf080
tree1abd27aabc98a8e21f2eee6148e26eb7d3010581
parentf4104f5d74b99712253fceb39a4460ee3f7a281c
gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)

Signed-off-by: Manjusaka <me@manjusaka.me>
Co-authored-by: Shamil <ashm.tech@proton.me>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/os.rst
Doc/library/pty.rst
Lib/test/test_pty.py
Misc/NEWS.d/next/Library/2025-09-29-14-15-20.gh-issue-139184.dNl9O4.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c