Message322873
| Author | serhiy.storchaka |
|---|---|
| Recipients | benhoyt, benjamin.peterson, brett.cannon, giampaolo.rodola, ncoghlan, serhiy.storchaka, stutzbach, tarek, vstinner, yselivanov |
| Date | 2018-08-01.16:24:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1533140647.18.0.56676864532.issue33695@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For dropping disc caches on Linux run
with open('/proc/sys/vm/drop_caches', 'ab') as f: f.write(b'3\n')
before every test. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-08-01 16:24:07 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, ncoghlan, vstinner, giampaolo.rodola, benjamin.peterson, tarek, stutzbach, benhoyt, yselivanov |
| 2018-08-01 16:24:07 | serhiy.storchaka | set | messageid: <1533140647.18.0.56676864532.issue33695@psf.upfronthosting.co.za> |
| 2018-08-01 16:24:07 | serhiy.storchaka | link | issue33695 messages |
| 2018-08-01 16:24:07 | serhiy.storchaka | create | |