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 ronaldoussoren
Recipients amaury.forgeotdarc, ronaldoussoren
Date 2013-07-29.12:37:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375101453.91.0.184557603626.issue18181@psf.upfronthosting.co.za>
In-reply-to
Content
* Improved docmentation

* __locallookup__ is now called unconditionally, the attribute lookup
  cache is now disabled when aType.__locallookup__ != type.__locallookup__

  This gives a slightly nicer API (the only reason the new method
  was optional was due to an implementation detail in _PyType_Lookup)
History
Date User Action Args
2013-07-29 12:37:34ronaldoussorensetrecipients: + ronaldoussoren, amaury.forgeotdarc
2013-07-29 12:37:33ronaldoussorensetmessageid: <1375101453.91.0.184557603626.issue18181@psf.upfronthosting.co.za>
2013-07-29 12:37:33ronaldoussorenlinkissue18181 messages
2013-07-29 12:37:33ronaldoussorencreate