Serhiy Storchaka added the comment:

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?

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30891>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to