SIGN IN SIGN UP

bpo-43867: multiprocessing Server catchs SystemExit (GH-25441)

The multiprocessing Server class now explicitly catchs SystemExit and
closes the client connection in this case. It happens when the
Server.serve_client() method reachs the end of file (EOF).
V
Victor Stinner committed
7c29ae1f0585378dba4d220a2c0fb5dd49fdab3e
Parent: 62ec638
Committed by GitHub <noreply@github.com> on 4/16/2021, 5:42:34 PM