[3.5] bpo-30814: Add a test for concurrent relative import. (GH-2580). by serhiy-storchaka · Pull Request #2645 · python/cpython (original) (raw)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hum, the test fails on my Windows VM:

AttributeError: module 'package' has no attribute 'submodule'

If I modify the test to only run 1 loop iteration, the test pass, but fail if run again... It fails randomly.

Please don't add such test to 3.5 yet :-)