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 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:11vstinnersetrecipients: + vstinner, brett.cannon, paul.moore, ncoghlan, tim.golden, eric.snow, zach.ware, steve.dower
2017-07-10 10:02:10vstinnersetmessageid: <1499680930.97.0.867654971447.issue30891@psf.upfronthosting.co.za>
2017-07-10 10:02:10vstinnerlinkissue30891 messages
2017-07-10 10:02:10vstinnercreate