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 vstinner
Recipients benjamin.peterson, geeknik, methane, vstinner
Date 2017-08-10.09:02:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502355761.54.0.911342698044.issue31166@psf.upfronthosting.co.za>
In-reply-to
Content
"But we should check dicts of all parents. It will has significant penalty, especially for classes having long mro (inheriting metaclass from typing module cause long mro)."

Oh right. That would defeat the whole purpose of the cache.

Maybe we should not fix the bug. You are not supposed to access the hidden dictionary :-)
History
Date User Action Args
2017-08-10 09:02:41vstinnersetrecipients: + vstinner, benjamin.peterson, methane, geeknik
2017-08-10 09:02:41vstinnersetmessageid: <1502355761.54.0.911342698044.issue31166@psf.upfronthosting.co.za>
2017-08-10 09:02:41vstinnerlinkissue31166 messages
2017-08-10 09:02:41vstinnercreate