Some problem was encountered handling subprocess pipes (stdout/err/in). Typically only for corner cases; most of the time, errors in this area are raised by the interpreter or the operating system, and end up wrapped in a `.ThreadException`. .. versionadded:: 1.3
| 412 | |
| 413 | |
| 414 | class SubprocessPipeError(Exception): |
| 415 | """ |
| 416 | Some problem was encountered handling subprocess pipes (stdout/err/in). |
| 417 | |
| 418 | Typically only for corner cases; most of the time, errors in this area are |
| 419 | raised by the interpreter or the operating system, and end up wrapped in a |
| 420 | `.ThreadException`. |
| 421 | |
| 422 | .. versionadded:: 1.3 |
| 423 | """ |
| 424 | |
| 425 | pass |
no outgoing calls
no test coverage detected
searching dependent graphs…