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 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:59The Compilersetrecipients: + The Compiler, barry, rhettinger, scoder, ezio.melotti, mrabarnett, eli.bendersky, ethan.furman, serhiy.storchaka, veky
2021-04-13 11:44:59The Compilersetmessageid: <1618314299.0.0.321366404994.issue40066@roundup.psfhosted.org>
2021-04-13 11:44:58The Compilerlinkissue40066 messages
2021-04-13 11:44:58The Compilercreate