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 izbyshev
Recipients izbyshev, levkivskyi, methane, serhiy.storchaka
Date 2018-03-06.12:12:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520338365.95.0.467229070634.issue32999@psf.upfronthosting.co.za>
In-reply-to
Content
OK, making a new implementation behave as the old one is fine with me too.

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).
History
Date User Action Args
2018-03-06 12:12:45izbyshevsetrecipients: + izbyshev, methane, serhiy.storchaka, levkivskyi
2018-03-06 12:12:45izbyshevsetmessageid: <1520338365.95.0.467229070634.issue32999@psf.upfronthosting.co.za>
2018-03-06 12:12:45izbyshevlinkissue32999 messages
2018-03-06 12:12:45izbyshevcreate