cpython/Misc/NEWS.d/next/Library/2021-04-16-16-46-44.bpo-438...

4 lines
214 B
ReStructuredText

The :mod:`multiprocessing` ``Server`` class now explicitly catchs
:exc:`SystemExit` and closes the client connection in this case. It happens
when the ``Server.serve_client()`` method reachs the end of file (EOF).