Fix bpo-30589: improve Process.exitcode with forkserver (#1989)
* Fix bpo-30589: improve Process.exitcode with forkserver When the child is killed, Process.exitcode should return -signum, not 255. * Add Misc/NEWS
A
Antoine Pitrou committed
dfd5f34634f9c505945e9348b4b799544680a7cf
Parent: ced36a9
Committed by GitHub <noreply@github.com>
on 6/12/2017, 1:28:19 PM