blob: ac5f0bb2f1bf68c64266941645b97642eab6828d [file] [log] [blame]
Fix multiprocessing.Process.exitcode to return the opposite of the signal
number when the process is killed by a signal (instead of 255) when using
the "forkserver" method.