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 martin.panter
Recipients josh.r, martin.panter, rtpg, terry.reedy, xiang.zhang
Date 2017-04-08.00:09:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491610197.9.0.601539058204.issue29989@psf.upfronthosting.co.za>
In-reply-to
Content
Raphael: Can you point to the implementation code that handles file objects without a file descriptor (or give a demonstration of it)? I suspect there is no such support and you are mistaken.

Perhaps we can instead clarify in the “subprocess” documentation that “fileno” is required. Issue 19992 already proposes this.

Issue 1260171 and Issue 10482 are also related, about streaming data between Python file objects in the parent and pipes connected to the child.
History
Date User Action Args
2017-04-08 00:09:58martin.pantersetrecipients: + martin.panter, terry.reedy, josh.r, xiang.zhang, rtpg
2017-04-08 00:09:57martin.pantersetmessageid: <1491610197.9.0.601539058204.issue29989@psf.upfronthosting.co.za>
2017-04-08 00:09:57martin.panterlinkissue29989 messages
2017-04-08 00:09:57martin.pantercreate