bpo-26732: fix too many fds in processes started with the "forkserver" method (#2813)
* bpo-26732: fix too many fds in processes started with the "forkserver" method A child process would inherit as many fds as the number of still-running children. * Add blurb and test comment
A
Antoine Pitrou committed
896145d9d266ee2758cfcd7691238cbc1f9e1ab8
Parent: 616ecf1
Committed by GitHub <noreply@github.com>
on 7/22/2017, 11:22:54 AM