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

asyncio: use WriteTransport in StreamWriter #7611

Merged
merged 1 commit into from
Apr 9, 2022

Conversation

Akuli
Copy link
Collaborator

@Akuli Akuli commented Apr 9, 2022

Fixes #7610

@github-actions
Copy link
Contributor

github-actions bot commented Apr 9, 2022

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

Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

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

StreamWriter's own code uses several attributes on the transport that only exist on WriteTransport.

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.StreamWriter.transport not specific enough
2 participants