| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Ignore pipes for which the protocol is not set yet (still equal to None).
|
| |
|
|
| |
Set the _returncode attribute, so close() doesn't try to terminate the process.
|
| |
|
|
|
| |
subprocess, kill the subprocess (close pipes, kill and read the return status).
Log an error in such case.
|
| |
|
|
| |
Martin Richard.
|
| |
|
|
|
|
|
|
|
|
| |
If the process exited before the _post_init() method was called, scheduling the
call to _call_connection_lost() with call_soon() is wrong: connection_made()
must be called before connection_lost().
Reuse the BaseSubprocessTransport._call() method to schedule the call to
_call_connection_lost() to ensure that connection_made() and connection_lost()
are called in the correct order.
|
| |
|