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 rtpg
Recipients rtpg, xiang.zhang
Date 2017-04-06.09:30:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491471044.9.0.550563658513.issue29989@psf.upfronthosting.co.za>
In-reply-to
Content
the subprocess module has code to handle file objects that don't use file descriptors. It's not that file descriptors are necessary for the parameter, but that the way POpen is trying to detect "no file descriptor support" is through "fileno returns -1" rather than "fileno raises OSError"
History
Date User Action Args
2017-04-06 09:30:44rtpgsetrecipients: + rtpg, xiang.zhang
2017-04-06 09:30:44rtpgsetmessageid: <1491471044.9.0.550563658513.issue29989@psf.upfronthosting.co.za>
2017-04-06 09:30:44rtpglinkissue29989 messages
2017-04-06 09:30:44rtpgcreate