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 rhettinger
Recipients JelleZijlstra, eric.smith, giampaolo.rodola, gvanrossum, lazka, llllllllll, methane, ncoghlan, pitrou, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-07-20.15:33:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500564803.44.0.232594556149.issue28638@psf.upfronthosting.co.za>
In-reply-to
Content
>  it would be *nice* to not only optimization the creation 
> but also attribute access by name

FWIW, once the property/itemgetter pair are instantiated in the NT class, the actual lookup runs through them at C speed (no pure python steps).  There is not much fluff here.
History
Date User Action Args
2017-07-20 15:33:23rhettingersetrecipients: + rhettinger, gvanrossum, ncoghlan, pitrou, vstinner, eric.smith, giampaolo.rodola, methane, serhiy.storchaka, llllllllll, xiang.zhang, JelleZijlstra, lazka
2017-07-20 15:33:23rhettingersetmessageid: <1500564803.44.0.232594556149.issue28638@psf.upfronthosting.co.za>
2017-07-20 15:33:23rhettingerlinkissue28638 messages
2017-07-20 15:33:23rhettingercreate