Message318022
| 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:00 | vstinner | set | recipients: + vstinner, asvetlov, yselivanov, koobs |
| 2018-05-29 13:07:00 | vstinner | set | messageid: <1527599220.31.0.682650639539.issue33353@psf.upfronthosting.co.za> |
| 2018-05-29 13:07:00 | vstinner | link | issue33353 messages |
| 2018-05-29 13:07:00 | vstinner | create | |