This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients asvetlov, koobs, vstinner, yselivanov
Date 2018-05-29.14:08:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527602893.39.0.682650639539.issue33353@psf.upfronthosting.co.za>
In-reply-to
Content
"On my PR 7200, test_sendfile_close_peer_in_the_middle_of_receiving() fails on Windows (AppVeyor) (...)"

I worked around this bug in my commit 9551f7719213243fd96c4f284079243773c26b3c by using a buffer of 128 KiB instead of 64 KiB.

I created the issue bpo-33683 to discuss this weird behaviour.
History
Date User Action Args
2018-05-29 14:08:13vstinnersetrecipients: + vstinner, asvetlov, yselivanov, koobs
2018-05-29 14:08:13vstinnersetmessageid: <1527602893.39.0.682650639539.issue33353@psf.upfronthosting.co.za>
2018-05-29 14:08:13vstinnerlinkissue33353 messages
2018-05-29 14:08:13vstinnercreate