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 ldeller
Recipients
Date 2007-01-22.01:23:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Fair enough, that's probably cleaner and more efficient than playing games with fflush and lseek anyway.  If file objects are not supported properly then maybe they shouldn't be accepted at all, forcing the application to call fileno() if that's what is wanted.  That might break a lot of existing code though.  Then again it may be beneficial to get everyone to review code which passes file objects to Popen in light of this behaviour.
History
Date User Action Args
2007-08-23 14:42:22adminlinkissue1546442 messages
2007-08-23 14:42:22admincreate