Message 390956 - Python tracker
Message390956
| Author | The Compiler |
|---|---|
| Recipients | The Compiler, barry, eli.bendersky, ethan.furman, ezio.melotti, mrabarnett, rhettinger, scoder, serhiy.storchaka, veky |
| Date | 2021-04-13.11:44:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1618314299.0.0.321366404994.issue40066@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I'm probably a bit late to the party as well, but as some additional datapoints: - This broke the tests for my project and I ended up adding a wrapper to stringify enums (since I actually prefer having the enum type in debug logs and such): https://github.com/qutebrowser/qutebrowser/commit/e2c5fe6262564d9d85806bfa9d4486a411cf5045 - This broke tests for pytest, and also changes its test IDs when enums are used for test parametrization, which might cause more breakage downstream: https://github.com/pytest-dev/pytest/issues/8546 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-13 11:44:59 | The Compiler | set | recipients: + The Compiler, barry, rhettinger, scoder, ezio.melotti, mrabarnett, eli.bendersky, ethan.furman, serhiy.storchaka, veky |
| 2021-04-13 11:44:59 | The Compiler | set | messageid: <1618314299.0.0.321366404994.issue40066@roundup.psfhosted.org> |
| 2021-04-13 11:44:58 | The Compiler | link | issue40066 messages |
| 2021-04-13 11:44:58 | The Compiler | create | |