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 pitrou
Recipients Arfrever, Trundle, benjamin.peterson, daniel.urban, docs@python, eric.araujo, eric.snow, meador.inge, ncoghlan, pitrou, rhettinger, scoder, skrah
Date 2013-10-25.16:18:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382717852.2523.0.camel@fsol>
In-reply-to <CADiSq7c02dG84EZAJ=iXArZdH1Kf1=9ci7=-qLZ0FSiDLC5KBQ@mail.gmail.com>
Content
> The problem we're trying to solve is CPython *silently* breaking subclass
> invariants, which is what the concrete APIs currently do.

To be clear: the problem is with CPython calling the concrete APIs when
it shouldn't, rather than with the concrete APIs not behaving properly.
History
Date User Action Args
2013-10-25 16:18:05pitrousetrecipients: + pitrou, rhettinger, ncoghlan, scoder, benjamin.peterson, eric.araujo, Arfrever, Trundle, skrah, meador.inge, daniel.urban, docs@python, eric.snow
2013-10-25 16:18:04pitroulinkissue10977 messages
2013-10-25 16:18:04pitroucreate