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 serhiy.storchaka
Recipients brett.cannon, eric.snow, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-10.12:02:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499688133.06.0.75711987376.issue30891@psf.upfronthosting.co.za>
In-reply-to
Content
Some parts of import machinery are platform depended (see issue30873).

I don't have idea what is wrong on Windows.

I'm puzzled. test_concurrency itself runs a test in a loop. The only difference between one and several consequent runs of test_concurrency is running setUp() and tearDown() between tests. Victor, try to add importlib.invalidate_caches() inside a loop. Does it cause a failure in a single test_concurrency?
History
Date User Action Args
2017-07-10 12:02:13serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, paul.moore, ncoghlan, vstinner, tim.golden, eric.snow, zach.ware, steve.dower
2017-07-10 12:02:13serhiy.storchakasetmessageid: <1499688133.06.0.75711987376.issue30891@psf.upfronthosting.co.za>
2017-07-10 12:02:13serhiy.storchakalinkissue30891 messages
2017-07-10 12:02:13serhiy.storchakacreate