mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
7c29ae1f05
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).