[issue42124] FAIL test_asyncio test_sendfile_close_peer_in_the_middle_of_receiving

2021-04-15 Thread STINNER Victor
STINNER Victor added the comment: Duplicate of bpo-41682. -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> test_asyncio: Proactor test_sendfile_close_peer_in_the_middle_of_receiving failure ___

[issue42124] FAIL test_asyncio test_sendfile_close_peer_in_the_middle_of_receiving

2021-04-15 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch nosy: +vstinner nosy_count: 3.0 -> 4.0 pull_requests: +24156 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/25400 ___ Python tracker

[issue42124] FAIL test_asyncio test_sendfile_close_peer_in_the_middle_of_receiving

2020-10-22 Thread Terry J. Reedy
New submission from Terry J. Reedy : == FAIL: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests) --