Skip to content

Conversation

@hauntsaninja
Copy link
Collaborator

@hauntsaninjahauntsaninja commented Oct 12, 2022

See python/cpython#97685

The union type should be acceptable given python/cpython#87597 (comment). In general I'd like us to be able to type this, since these being bytes can be surprising if you pass text=True, but we'll see what mypy_primer says

See python/cpython#97685 Thinking we'll go off of mypy_primer to decide if the union type here is acceptable or not. I'd like us to be able to type this, since the values being bytes can be surprising if you pass text=True
@github-actions
Copy link
Contributor

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

@hauntsaninjahauntsaninja merged commit 33e1a34 into python:masterOct 12, 2022
@hauntsaninjahauntsaninja deleted the subprocess-timeout branch October 12, 2022 04:20
Sign up for freeto 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

@hauntsaninja@JelleZijlstra