Message388213
The presumption I suppose is that these statements only execute if self.stdout_thread and/or self.stderr_thread completes successfully. I suppose that the read could fail or get canceled via CancelSynchronousIo(). Of course in that case you have a bigger problem than an IndexError.
On a related note, _communicate() needs significant changes in Windows. See bpo-43346 if you're interested. |
|
Date |
User |
Action |
Args |
2021-03-06 20:36:27 | eryksun | set | recipients:
+ eryksun, paul.moore, tim.golden, zach.ware, steve.dower, cdgriffith |
2021-03-06 20:36:26 | eryksun | set | messageid: <1615062986.96.0.0734683142547.issue43423@roundup.psfhosted.org> |
2021-03-06 20:36:26 | eryksun | link | issue43423 messages |
2021-03-06 20:36:26 | eryksun | create | |
|