]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-88050: fix race in closing subprocess pipe in asyncio (#97951)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Thu, 6 Oct 2022 17:18:19 +0000 (22:48 +0530)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 17:18:19 +0000 (10:18 -0700)
commite2e6b95c0342247ed1a761b6e149ac579a8722dd
tree91635ead8eb11d563dc838444642141db66c73e3
parentf612565bd32d4ab0945798da775eea070f08b6fe
GH-88050: fix race in closing subprocess pipe in asyncio  (#97951)

Check for None when iterating over `self._pipes.values()`.
Lib/asyncio/base_subprocess.py