Skip to content

Add missing encoding arg to check_call and call to match POpen#12086

Merged
srittau merged 5 commits intopython:mainfrom
max-muoto:add-missing-encoding
Jun 23, 2024
Merged

Add missing encoding arg to check_call and call to match POpen#12086
srittau merged 5 commits intopython:mainfrom
max-muoto:add-missing-encoding

Conversation

@max-muoto
Copy link
Contributor

Fixes #12084

@github-actions

This comment has been minimized.

Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check_call calls call, which does not have encoding= in stubs right now.

@max-muoto
Copy link
Contributor Author

check_call calls call, which does not have encoding= in stubs right now.

Let me fix that.

@max-muoto
Copy link
Contributor Author

check_call calls call, which does not have encoding= in stubs right now.

Fixed: d0d2bd4

@max-muoto max-muoto changed the title Add missing encoding arg to check_call to match POpen Add missing encoding arg to check_call and call to match POpen Jun 6, 2024
@github-actions

This comment has been minimized.

@max-muoto
Copy link
Contributor Author

@sobolevn Just following up on this one.

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@srittau srittau merged commit b7d536f into python:main Jun 23, 2024
max-muoto added a commit to max-muoto/typeshed that referenced this pull request Sep 8, 2024
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.

subprocess.check_call should accept all POpen arguments

3 participants