Re: [Python-Dev] Pre-pre PEP for 'super' keyword

2007-05-06 Thread Delaney, Timothy (Tim)
Steve Holden wrote: > Tim Delaney wrote: >> BTW, one of my test cases involves multiple super calls in the same >> method - there is a *very* large performance improvement by >> instantiating it once. >> > And how does speed deteriorate for methods with no uses of super at > all (which will, I s

Re: [Python-Dev] Pre-pre PEP for 'super' keyword

2007-05-04 Thread Steve Holden
Tim Delaney wrote: > From: "Calvin Spealman" <[EMAIL PROTECTED]> > >> I believe the direction my PEP took with all this is a good bit >> primitive compared to this approach, although I still find value in it >> because at least a prototype came out of it that can be used to test >> the waters, reg