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.

Author rupole
Recipients
Date 2007-06-06.02:40:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The code for the popen* functions doesn't check the return
value of _fdopen, which will return null when the limit of
open stdio streams is reached.
A similar issue exists in the win32pipe module, which uses
almost exactly the same code.  See Pywin32 bug 1731778
( http://sourceforge.net/tracker/?func=detail&atid=551954&aid=1731778&group_id=78018 )
for more details.
History
Date User Action Args
2007-08-23 14:19:39adminlinkissue886488 messages
2007-08-23 14:19:39admincreate