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 methane
Recipients izbyshev, levkivskyi, methane, serhiy.storchaka
Date 2018-03-07.00:57:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520384226.32.0.467229070634.issue32999@psf.upfronthosting.co.za>
In-reply-to
Content
> BTW, do TypeErrors related to weak references deserve any treatment? Isn't it a kind of coincidence that the error raised due to usage of WeakSet in issubclass(obj, ABC) is what we expect? (Sorry, I'm not familiar with WeakSets).

Sorry, I can't get what is your point.
I don't want to change ABC behavior for now.  I want to make C implementation consistent with Python implementation, except some (unrealistic) corner cases.
History
Date User Action Args
2018-03-07 00:57:06methanesetrecipients: + methane, serhiy.storchaka, levkivskyi, izbyshev
2018-03-07 00:57:06methanesetmessageid: <1520384226.32.0.467229070634.issue32999@psf.upfronthosting.co.za>
2018-03-07 00:57:06methanelinkissue32999 messages
2018-03-07 00:57:06methanecreate