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 pablogsal
Recipients Kevin Modzelewski, pablogsal, pmpp
Date 2020-11-04.22:37:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604529463.23.0.441517667416.issue42266@roundup.psfhosted.org>
In-reply-to
Content
Given that having attributes that are classes is quite uncommon, I think we can not optimize of the attribute itself is a class instead of checking for descriptors on every hit, hurting the performance gains
History
Date User Action Args
2020-11-04 22:37:43pablogsalsetrecipients: + pablogsal, pmpp, Kevin Modzelewski
2020-11-04 22:37:43pablogsalsetmessageid: <1604529463.23.0.441517667416.issue42266@roundup.psfhosted.org>
2020-11-04 22:37:43pablogsallinkissue42266 messages
2020-11-04 22:37:43pablogsalcreate