◐ Shell
reader mode source ↗
Skip to content

[3.9] bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)#22216

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-1b0f0e3-3.9
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.9from
miss-islington:backport-1b0f0e3-3.9

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.

Hide comment

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