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.13:07:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527599220.31.0.682650639539.issue33353@psf.upfronthosting.co.za>
In-reply-to
Content
Yury Selivanov made recent changes on sendfile(): bpo-32410, commit 7165754b6b5f3b7c07050d921fa1c58bba5f0ff1.

I ran the following command on my FreeBSD VM:

  ./python -m test test_asyncio -m '*sendfile*' -v

Results:

* master (commit 73cbe7a01a22d02dbe1ec841e8779c775cad3d08): 22 min 28 sec (!!!)
* PR 7200 with BUF_SIZE = 1 KiB: 47 sec
* PR 7200 with BUF_SIZE = 4 KiB: 12 sec
History
Date User Action Args
2018-05-29 13:07:00vstinnersetrecipients: + vstinner, asvetlov, yselivanov, koobs
2018-05-29 13:07:00vstinnersetmessageid: <1527599220.31.0.682650639539.issue33353@psf.upfronthosting.co.za>
2018-05-29 13:07:00vstinnerlinkissue33353 messages
2018-05-29 13:07:00vstinnercreate