[issue34262] Asyncio test fails under Win 7

2021-09-07 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> [Windows] test_asyncio: Proactor test_sendfile_close_peer_in_the_middle_of_receiving failure ___ Python tracker

[issue34262] Asyncio test fails under Win 7

2021-09-07 Thread STINNER Victor
STINNER Victor added the comment: test_sendfile_close_peer_in_the_middle_of_receiving() failure is tracked by bpo-41682. -- ___ Python tracker ___

[issue34262] Asyncio test fails under Win 7

2021-09-07 Thread Irit Katriel
Irit Katriel added the comment: Changing type since the crash was fixed under issue23919. There remains (possibly) the failure of test_sendfile_close_peer_in_the_middle_of_receiving. -- nosy: +iritkatriel type: crash -> behavior ___ Python

[issue34262] Asyncio test fails under Win 7

2018-09-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: ProactorEventLoop is the default event loop with issue34687. There doesn't seem to be any warnings in buildbots as I have checked and as @panesen has mentioned this is not consistent. I am adding Victor as a notification if he has any thoughts.

[issue34262] Asyncio test fails under Win 7

2018-09-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34262] Asyncio test fails under Win 7

2018-09-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34262] Asyncio test fails under Win 7

2018-07-28 Thread Wöllert
Wöllert added the comment: Regarding the MVSC runtime message, there is an issue already here: https://bugs.python.org/issue23919 -- ___ Python tracker ___

[issue34262] Asyncio test fails under Win 7

2018-07-28 Thread Wöllert
New submission from Wöllert : When running tests I encounter the following error for the test: test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) --- Microsoft Visual C++ Runtime Library