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

bpo-38856: Fix StreamWriter.wait_closed() ConnectionResetError for ProactorEventLoop #18199

Open
wants to merge 2 commits into
base: master
from

Conversation

@aeros
Copy link
Member

aeros commented Jan 27, 2020

@aeros aeros changed the title Fix IocpProactor.recv() error bpo38856: Fix IocpProactor.recv() error Jan 27, 2020
@aeros aeros changed the title bpo38856: Fix IocpProactor.recv() error bpo-38856: Fix IocpProactor.recv() error Jan 27, 2020
@aeros aeros added the OS-windows label Jan 27, 2020
@aeros aeros changed the title bpo-38856: Fix IocpProactor.recv() error bpo-38856: Fix StreamWriter.wait_closed() ConnectionResetError for ProactorEventLoop Jan 27, 2020
@aeros aeros added the DO-NOT-MERGE label Jan 27, 2020
@aeros aeros force-pushed the aeros:bpo38856-fix-IocpProactor.recv-error branch from 6a66228 to ddfa933 Jan 27, 2020
@aeros aeros requested a review from asvetlov Jan 27, 2020
@aeros aeros marked this pull request as ready for review Jan 27, 2020
@aeros aeros requested a review from 1st1 as a code owner Jan 27, 2020
@aeros

This comment has been minimized.

Copy link
Member Author

aeros commented Jan 27, 2020

I'll leave the DO-NOT-MERGE label until someone experienced with the win32 API and its interaction with asyncio's streams API (such as @asvetlov) gets a chance to review the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.