Skip to content

gh-156784: unignore error port unreachable in proactor - #156788

Draft
graingert wants to merge 4 commits into
python:mainfrom
graingert:unignore-error-port-unreachable-in-proactor
Draft

gh-156784: unignore error port unreachable in proactor #156788
graingert wants to merge 4 commits into
python:mainfrom
graingert:unignore-error-port-unreachable-in-proactor

Conversation

@graingert

@graingert graingert commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

@graingert

Copy link
Copy Markdown
Contributor Author

This PR depends on two other PRs: #156726 and #156718

@esoma

esoma commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

fwiw as the author of #32011 this change makes sense to me. I thought I'd had a conversation with someone on whether to suppress the error getting reported or not, but I can't seem to find it.

For some context, prior to #32011 it would have been reported to the transport's error_received as an OSError.

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.

The fix in gh-91227 is incorrect, the SelectorEventLoop has the correct behaviour calling error_received and continuing to run the Transport

2 participants