[issue43867] multiprocess: catch explicitly SystemExit in the Server class

2021-04-16 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43867] multiprocess: catch explicitly SystemExit in the Server class

2021-04-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7c29ae1f0585378dba4d220a2c0fb5dd49fdab3e by Victor Stinner in branch 'master': bpo-43867: multiprocessing Server catchs SystemExit (GH-25441) https://github.com/python/cpython/commit/7c29ae1f0585378dba4d220a2c0fb5dd49fdab3e --

[issue43867] multiprocess: catch explicitly SystemExit in the Server class

2021-04-16 Thread STINNER Victor
STINNER Victor added the comment: Oh sorry, I was confused. While the issue is seen in test_concurrent_futures, my PR 25441 changes the multiprocessing module. -- ___ Python tracker

[issue43867] multiprocess: catch explicitly SystemExit in the Server class

2021-04-16 Thread STINNER Victor
Change by STINNER Victor : -- title: concurrent.futures: handle explicitly SystemExit in managers.Server -> multiprocess: catch explicitly SystemExit in the Server class ___ Python tracker