Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@donbarbos
Copy link
Contributor

No description provided.

@github-actions

This comment has been minimized.

async def close(self) -> None: ...
async def flush(self) -> None: ...
async def isatty(self) -> bool: ...
# All must return `AnyStr`:
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this comment still needed? (in general, i'm a little worried about these union types

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was worried about that too

but after rereading it I think they are no longer needed since the str and bytes are set where they need to be.

@github-actions
Copy link
Contributor

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

@srittau srittau merged commit e27ad6d into python:main Jul 7, 2025
49 checks passed
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.

3 participants