[Twisted-Python] Process.write still blocks

I just grabbed Twisted 0.11.0 and checked twisted.internet.process to see if Glyph fixed is so that writing to the process's stdin pipe doesn't block. It doesn't look like anything changed here; stdout and stderr are read in non-blocking mode, but writes to stdin still block. I've already fixed this in my application with a call to fcntl after the process starts, and it doesn't break anything. So it would be helpful to make this change in the standard Twisted package as well. Thanks. -- Matt Campbell <http://www.pobox.com/~mattcampbell/>

Please feel free to submit patches! I'm sorry about missing this bugfix in 0.11.0, but there are a few other known problems with it and 0.11.1 should be out within a day or so. On Monday, October 8, 2001, at 10:18 AM, Matt Campbell wrote:
-- ______ you are in a maze of twisted little applications, all | |_\ remarkably consistent. | | -- glyph lefkowitz, glyph @ twisted matrix . com |_____| http://www.twistedmatrix.com/

Please feel free to submit patches! I'm sorry about missing this bugfix in 0.11.0, but there are a few other known problems with it and 0.11.1 should be out within a day or so. On Monday, October 8, 2001, at 10:18 AM, Matt Campbell wrote:
-- ______ you are in a maze of twisted little applications, all | |_\ remarkably consistent. | | -- glyph lefkowitz, glyph @ twisted matrix . com |_____| http://www.twistedmatrix.com/
participants (2)
-
Glyph Lefkowitz
-
Matt Campbell