Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

> So I'm still puzzled about why that test worked on POSIX and failed on Windows

I was able to reproduce it in my MacOS machine (maybe also it reproduced on 
Linux). The problem is that when you run with -R, the test runs several times 
and the import statement is a noop the second time because is cached. We needed 
to modify the test to import the module always

----------

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

Reply via email to