mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -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).