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-39651: Fix asyncio proactor _write_to_self() (GH-22197)#22216

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

[3.9] bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)#22216
miss-islington merged 1 commit into
python:3.9python/cpython:3.9from
miss-islington:backport-1b0f0e3-3.9miss-islington/cpython:backport-1b0f0e3-3.9Copy head branch name to clipboard

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 12, 2020

Copy link
Copy Markdown
Contributor

Fix a race condition in the call_soon_threadsafe() method of
asyncio.ProactorEventLoop: do nothing if the self-pipe socket has
been closed.
(cherry picked from commit 1b0f0e3)

Co-authored-by: Victor Stinner vstinner@python.org

https://bugs.python.org/issue39651

Fix a race condition in the call_soon_threadsafe() method of
asyncio.ProactorEventLoop: do nothing if the self-pipe socket has
been closed.
(cherry picked from commit 1b0f0e3)

Co-authored-by: Victor Stinner <vstinner@python.org>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 7dfcc8e into python:3.9 Sep 12, 2020
@miss-islington miss-islington deleted the backport-1b0f0e3-3.9 branch September 12, 2020 07:11
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.