-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
gh-141659: Fix bad file descriptors from subprocess in AIX #141660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
This PR is to fix the problem mentioned in the issue #141659