FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ cpython Public

[3.11] GH-88050: fix race in closing subprocess pipe in asyncio (GH-97951) - #97978

Merged
ambv merged 1 commit into
python:3.11from
miss-islington:backport-e2e6b95-3.11
Oct 6, 2022
Merged

[3.11] GH-88050: fix race in closing subprocess pipe in asyncio (GH-97951)#97978
ambv merged 1 commit into
python:3.11from
miss-islington:backport-e2e6b95-3.11

Conversation

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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL