]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141659: Fix bad file descriptor error in subprocess on AIX (GH-141660)
authorAyappan Perumal <ayappap2@in.ibm.com>
Wed, 19 Nov 2025 07:37:09 +0000 (13:07 +0530)
committerGitHub <noreply@github.com>
Wed, 19 Nov 2025 07:37:09 +0000 (09:37 +0200)
commit92c5de73b8d7526326c865b1a669b868f0d40c1e
tree7c81e86337fb32d62859b715c66f7f82ced6fba7
parent7b0b70867586ef7109de60ccce94d13164dbb776
gh-141659: Fix bad file descriptor error in subprocess on AIX (GH-141660)

/proc/self does not exist on AIX.
Misc/NEWS.d/next/Core_and_Builtins/2025-11-17-08-16-30.gh-issue-141659.QNi9Aj.rst [new file with mode: 0644]
Modules/_posixsubprocess.c