Message313377
| Author |
izbyshev |
| Recipients |
izbyshev, levkivskyi, methane, miss-islington, serhiy.storchaka |
| Date |
2018-03-07.08:06:13 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1520409973.97.0.467229070634.issue32999@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
@inada.naoki: I don't question your change. My point is the same as in #33018 (I've discovered that PR only after I commented). The error message is misleading, and it's just a coincidence that a TypeError and not some other error is raised when abc attempts to add a non-type object to a WeakSet.
@serhiy.storchaka: Note that an example that you requested is unlikely to be related to ABC and probably is more like my artificial __subclasscheck__ example. So, making changes just for ABC as suggested in #33018 might make sense. |
|