[issue783528] Inconsistent results with super and __getattribute__

2013-02-23 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> duplicate stage: test needed -> committed/rejected status: open -> closed superseder: -> super() and property inheritance behavior ___ Python tracker __

[issue783528] Inconsistent results with super and __getattribute__

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: Closed as no response to msg81870. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-lis

[issue783528] Inconsistent results with super and __getattribute__

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Same behavior, is this a real issue? Current exception: TypeError: 'super' object has only read-only attributes (assign to .n) -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.7 -Python 2.3 Added file: http://bugs.python.o