This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: dynamic popen2 MAXFD
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: gaul, loewis
Priority: normal Keywords: patch

Created on 2003-10-03 18:07 by gaul, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
popen2_maxfd.diff gaul, 2003-10-03 18:14 dynamic popen2 MAXFD
Messages (2)
msg44733 - (view) Author: Andrew Gaul (gaul) Date: 2003-10-03 18:07
Pull SC_OPEN_MAX out of sysconf instead of guessing a
value.
msg44734 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-10-06 21:35
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as popen2.py 1.27.6.1 and 1.28.
History
Date User Action Args
2022-04-10 16:11:35adminsetgithub: 39363
2003-10-03 18:07:02gaulcreate