Message298048
| Author | vstinner |
|---|---|
| Recipients | brett.cannon, eric.snow, ncoghlan, paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2017-07-10.10:02:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1499680930.97.0.867654971447.issue30891@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Note: "./python -m test -R 3:100 -m test_concurrency test_import" is just a convenient way to run test_concurrency() "in a loop", in the same process, 100 times. I'm unable to reproduce the bug on Linux, even when I write 3 into /proc/sys/vm/drop_caches while the test is running to drop filesystem caches. I also tried to use a temporary directory in my home (TMPDIR=$HOME/tmp) to use temporary files in ext4 rather than tmpfs. But I don't know if importlib uses temporary files or not :-) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-10 10:02:11 | vstinner | set | recipients: + vstinner, brett.cannon, paul.moore, ncoghlan, tim.golden, eric.snow, zach.ware, steve.dower |
| 2017-07-10 10:02:10 | vstinner | set | messageid: <1499680930.97.0.867654971447.issue30891@psf.upfronthosting.co.za> |
| 2017-07-10 10:02:10 | vstinner | link | issue30891 messages |
| 2017-07-10 10:02:10 | vstinner | create | |