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 pablogsal
Recipients Guido.van.Rossum, JelleZijlstra, eric.smith, gvanrossum, kokxxxxik, larry, pablogsal
Date 2021-04-30.16:46:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619801197.18.0.448716258401.issue43901@roundup.psfhosted.org>
In-reply-to
Content
> 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
History
Date User Action Args
2021-04-30 16:46:37pablogsalsetrecipients: + pablogsal, gvanrossum, larry, eric.smith, Guido.van.Rossum, JelleZijlstra, kokxxxxik
2021-04-30 16:46:37pablogsalsetmessageid: <1619801197.18.0.448716258401.issue43901@roundup.psfhosted.org>
2021-04-30 16:46:37pablogsallinkissue43901 messages
2021-04-30 16:46:37pablogsalcreate