Message 406829 - Python tracker
Message406829
| Author | sobolevn |
|---|---|
| Recipients | sobolevn |
| Date | 2021-11-23.09:32:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1637659974.6.0.574362436807.issue45878@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Right now this test uses `try: ... except TypeError: ...` to ensure that mro is consistent. This has a flaw: code in `try` might not ever raise and this test would still pass. I will refactor it to use `self.assertRaises` to be 100% sure. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-11-23 09:32:54 | sobolevn | set | recipients: + sobolevn |
| 2021-11-23 09:32:54 | sobolevn | set | messageid: <1637659974.6.0.574362436807.issue45878@roundup.psfhosted.org> |
| 2021-11-23 09:32:54 | sobolevn | link | issue45878 messages |
| 2021-11-23 09:32:54 | sobolevn | create | |