python-IOError:[Errno 32] self.subp_.stdin.flush()中的管道损坏

时间:2017-04-20 08:03:04

标签: python-3.x subprocess

def send( self, sendStr, detailedTrace=False ):
    trace = t4 if detailedTrace else t1
    trace( self.tag_, 'send: %r' %( sendStr ))
    self.subp_.stdin.write( sendStr )
    self.subp_.stdin.flush()

[Errno 32]管道破损

0 个答案:

没有答案