summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/0335.bpo-30589.xyZGM0.rst
blob: ac5f0bb2f1bf68c64266941645b97642eab6828d (plain)
1
2
3
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.