Re: LazyObject fix - tiny backwards incompatible change

2009-10-16 Thread Luke Plant
On Friday 16 October 2009 12:55:24 Russell Keith-Magee wrote: > What exactly is the motivation for this change? Is it addressing a > specific bug? Or just general cleanup? It's mainly general cleanup. I must have slipped through the net when LazyObject was refactored out -- a generic proxy

Re: LazyObject fix - tiny backwards incompatible change

2009-10-16 Thread Russell Keith-Magee
On Thu, Oct 15, 2009 at 7:26 PM, Luke Plant wrote: > > Hi all, > > There is a bit of cruft in LazyObject that I'd like to fix - > 'get_all_members'.  This seems to be left over from before it got > separated from LazySettings.  The method is *only* needed to support >

LazyObject fix - tiny backwards incompatible change

2009-10-15 Thread Luke Plant
Hi all, There is a bit of cruft in LazyObject that I'd like to fix - 'get_all_members'. This seems to be left over from before it got separated from LazySettings. The method is *only* needed to support introspection, which is usually only used from the interactive prompt. There is a much