gh-141659: Fix bad file descriptors from subprocess in AIX#141660
gh-141659: Fix bad file descriptors from subprocess in AIX#141660serhiy-storchaka merged 5 commits intopython:mainfrom
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
LGTM after fixing punctuation.
Misc/NEWS.d/next/Core_and_Builtins/2025-11-17-08-16-30.gh-issue-141659.QNi9Aj.rst
Outdated
Show resolved
Hide resolved
…e-141659.QNi9Aj.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
|
Updated the PR with requested changes. |
|
Thanks @ayappanec for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…ythonGH-141660) /proc/self does not exist on AIX. (cherry picked from commit 92c5de7) Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
|
GH-141738 is a backport of this pull request to the 3.14 branch. |
|
Sorry, @ayappanec and @serhiy-storchaka, I could not cleanly backport this to |
|
|
@ayappanec, do you mind to create a backport to 3.13? Otherwise I'll do this. |
@serhiy-storchaka Sure., I will do it. |
|
|
Tried backporting to 3.13 but encountered below error., The NEWS entry file has "Core_and_Builtins" but it is suggesting "Core and Builtins" |
|
Oh, I have not noticed this, but it should be "Library", not "Core_and_Builtins", and not "Core and Builtins". Could you create a PR for main to move the NEWS file to the correct directory? |
I just a created a PR for this. |
…n AIX (pythonGH-141660) /proc/self does not exist on AIX. (cherry picked from commit 92c5de7) Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
|
GH-141828 is a backport of this pull request to the 3.13 branch. |
…ythonGH-141660) /proc/self does not exist on AIX.
…ythonGH-141660) /proc/self does not exist on AIX.
This PR is to fix the problem mentioned in the issue #141659