Skip to content

bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)#422

Merged
sthagen merged 1 commit into
sthagen:masterfrom
python:master
Mar 11, 2021
Merged

bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)#422
sthagen merged 1 commit into
sthagen:masterfrom
python:master

Conversation

@sthagen

@sthagen sthagen commented Mar 11, 2021

Copy link
Copy Markdown
Owner

Check to make sure stdout and stderr are not empty before selecting an item from them in Windows subprocess._communicate.

Co-authored-by: Gregory P. Smith greg@krypto.org

Check to make sure stdout and stderr are not empty before selecting an item from them in Windows subprocess._communicate.

Co-authored-by: Gregory P. Smith <greg@krypto.org>
@sthagen
sthagen merged commit 6fc610a into sthagen:master Mar 11, 2021
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.

2 participants