Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix patching when shell=True in subprocess #434

Merged
merged 5 commits into from
May 13, 2024

Conversation

gaogaotiantian
Copy link
Owner

Close #433

@codecov-commenter
Copy link

codecov-commenter commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a3ee0d3) to head (7c18f4d).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #434   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         2308      2310    +2     
=========================================
+ Hits          2308      2310    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gaogaotiantian gaogaotiantian merged commit ff90654 into master May 13, 2024
46 checks passed
@gaogaotiantian gaogaotiantian deleted the fix-subprocess-shell branch May 13, 2024 17:05
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.

asyncio.create_subprocess_shell().communicate() hangs
2 participants