spellshift/realm

[bug] sys.exec does not adhere to docs

KCarretto opened this issue · 1 comments

When disown=True, no status is returned. This is very unexpected behaviour, we should return either -1 or 0

Update sys.exec to return a status of 0 when disowned.