mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
896145d9d2
* 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