Commit 25c1004
pythonGH-88050: fix race in closing subprocess pipe in asyncio (python#97951)
Check for None when iterating over `self._pipes.values()`.1 parent 0261165 commit 25c1004
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
| |||
0 commit comments