➜

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.

作者 ooooooooo
收信人
日期 2006-12-31.15:19:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
内容
If there were a blocking "read x bytes" type call, could you not do some non-blocking stuff afterwards? If you use the "read" method, with a byte limit, directly on the stdout member of Popen, that could return with your bytes, and then you do some non-blocking stuff afterwards. That's the external view of course, I suspect that you're saying there's some internal lower-level reason this is currently not possible.

Thanks for your interim class BTW, it is proving to be very useful.
历史
日期 用户 动作 参数
2007-08-23 16:10:56admin链接issue1191964 messages
2007-08-23 16:10:56admin创建