mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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 92c5de73b8)
Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
This commit is contained in:
parent
daff2a9c3c
commit
7cb15f93fe
2 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix bad file descriptor errors from ``_posixsubprocess`` on AIX.
|
||||
Loading…
Add table
Add a link
Reference in a new issue