Message 392476 - Python tracker
Message392476
| 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:37 | pablogsal | set | recipients: + pablogsal, gvanrossum, larry, eric.smith, Guido.van.Rossum, JelleZijlstra, kokxxxxik |
| 2021-04-30 16:46:37 | pablogsal | set | messageid: <1619801197.18.0.448716258401.issue43901@roundup.psfhosted.org> |
| 2021-04-30 16:46:37 | pablogsal | link | issue43901 messages |
| 2021-04-30 16:46:37 | pablogsal | create | |