]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141659: Fix bad file descriptor error in subprocess on AIX (GH-141660)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Nov 2025 08:05:01 +0000 (09:05 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Nov 2025 08:05:01 +0000 (08:05 +0000)
commit7cb15f93fe53931aae9fc0e61e07354fd66cab9c
treef0a9cd308a142960928e9216df8228f3ef6421d3
parentdaff2a9c3cd6ee9bf64f530055f8acd31e02eec3
[3.14] gh-141659: Fix bad file descriptor error in subprocess on AIX (GH-141660) (GH-141738)

/proc/self does not exist on AIX.
(cherry picked from commit 92c5de73b8d7526326c865b1a669b868f0d40c1e)

Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
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