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

[3.9] bpo-39010: Fix errors logged on proactor loop restart (GH-22017)#22034

Merged
1st1 merged 1 commit into
python:3.9python/cpython:3.9from
miss-islington:backport-ea5a636-3.9miss-islington/cpython:backport-ea5a636-3.9Copy head branch name to clipboard
Sep 3, 2020
Merged

[3.9] bpo-39010: Fix errors logged on proactor loop restart (GH-22017)#22034
1st1 merged 1 commit into
python:3.9python/cpython:3.9from
miss-islington:backport-ea5a636-3.9miss-islington/cpython:backport-ea5a636-3.9Copy head branch name to clipboard

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 31, 2020

Copy link
Copy Markdown
Contributor

Stopping and restarting a proactor event loop on windows can lead to
spurious errors logged (ConnectionResetError while reading from the
self pipe). This fixes the issue by ensuring that we don't attempt
to start multiple copies of the self-pipe reading loop.
(cherry picked from commit ea5a636)

Co-authored-by: Ben Darnell ben@bendarnell.com

https://bugs.python.org/issue39010

Automerge-Triggered-By: @1st1

Stopping and restarting a proactor event loop on windows can lead to
spurious errors logged (ConnectionResetError while reading from the
self pipe). This fixes the issue by ensuring that we don't attempt
to start multiple copies of the self-pipe reading loop.
(cherry picked from commit ea5a636)

Co-authored-by: Ben Darnell <ben@bendarnell.com>
@bedevere-bot

Copy link
Copy Markdown

@1st1: Please replace # with GH- in the commit message next time. Thanks!

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.

5 participants

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