On Sat Aug 26 10:18:29 2023 +0000, Alexandre Julliard wrote:
This would cause the exit code to be reset if a thread had a failure during process exit for instance.
Hmm, I'm having trouble following this. Is the intent here that if a thread's `exit_code` has already been set, it will only be overwritten in `terminate_process()` by a non-zero process exit code?