Skip to content

tests: Attempt to inhibit spurious ConnectionResetError on Windows #1190

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

elprans
Copy link
Member

@elprans elprans commented Oct 18, 2024

The proactor stuff on Windows raises a spurious ConnectionResetError
while trying to shut down a socket in the connection_lost path. This
is likely a Python bug (and nobody noticed because this is a background
exception). Try to filter it out before complaining.

The proactor stuff on Windows raises a spurious `ConnectionResetError`
while trying to shut down a socket in the `connection_lost` path.  This
is likely a Python bug (and nobody noticed because this is a background
exception).  Try to filter it out before complaining.
@elprans elprans merged commit b732b4f into master Oct 18, 2024
41 checks passed
@elprans elprans deleted the winconnection-reset branch October 18, 2024 15:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant