Serhiy Storchaka <[email protected]> added the comment:
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.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue33695>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com