Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-43867: multiprocessing Server catchs SystemExit#25441

Merged
vstinner merged 2 commits into
python:masterpython/cpython:masterfrom
vstinner:concurrent_managerCopy head branch name to clipboard
Apr 16, 2021
Merged

bpo-43867: multiprocessing Server catchs SystemExit#25441
vstinner merged 2 commits into
python:masterpython/cpython:masterfrom
vstinner:concurrent_managerCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Apr 16, 2021

Copy link
Copy Markdown
Member

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).

https://bugs.python.org/issue43867

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).
Comment thread Lib/multiprocessing/managers.py Outdated
@vstinner

Copy link
Copy Markdown
Member Author

cc @pitrou

@vstinner vstinner merged commit 7c29ae1 into python:master Apr 16, 2021
@vstinner vstinner deleted the concurrent_manager branch April 16, 2021 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.