xonsh/slug

Process Return Code on premature death?

Opened this issue · 1 comments

When a process aborts (ie, ends without setting a numeric return code), what should Process.return_code return?

Negative number matching the signal number?

String of the signal name?

Special object?

maybe objects from the signal module?