◐ Shell
clean mode source ↗

[3.11] GH-88050: fix race in closing subprocess pipe in asyncio (GH-97951) by miss-islington · Pull Request #97978 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

Oct 6, 2022

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

Check for None when iterating over self._pipes.values().
(cherry picked from commit e2e6b95)

Co-authored-by: Kumar Aditya 59607654+kumaraditya303@users.noreply.github.com

…nGH-97951)

Check for None when iterating over `self._pipes.values()`.
(cherry picked from commit e2e6b95)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@1st1 1st1 Awaiting requested review from 1st1 1st1 is a code owner

@asvetlov asvetlov Awaiting requested review from asvetlov asvetlov is a code owner

@gvanrossum gvanrossum Awaiting requested review from gvanrossum

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington @ambv @bedevere-bot @kumaraditya303