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 christian.heimes
Recipients christian.heimes, marmarek, pablogsal
Date 2021-10-14.15:26:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634225180.75.0.382932119736.issue45464@roundup.psfhosted.org>
In-reply-to
Content
You are correct. To be more precise, it's caused by GH-16856. The commit introduced PyAttributeErrorObject struct. Since AttributeError and OSError now have an incompatible memory layout, it is no longer possible to create a subclass that has AttributeError and OSError as parent classes.
History
Date User Action Args
2021-10-14 15:26:20christian.heimessetrecipients: + christian.heimes, marmarek, pablogsal
2021-10-14 15:26:20christian.heimessetmessageid: <1634225180.75.0.382932119736.issue45464@roundup.psfhosted.org>
2021-10-14 15:26:20christian.heimeslinkissue45464 messages
2021-10-14 15:26:20christian.heimescreate