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 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:54sobolevnsetrecipients: + sobolevn
2021-11-23 09:32:54sobolevnsetmessageid: <1637659974.6.0.574362436807.issue45878@roundup.psfhosted.org>
2021-11-23 09:32:54sobolevnlinkissue45878 messages
2021-11-23 09:32:54sobolevncreate