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 steven.daprano
Recipients docs@python, jdemeyer, maggyero, rhettinger, steven.daprano
Date 2019-06-08.03:08:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20190608030849.GO4221@ando.pearwood.info>
In-reply-to <1559920875.31.0.876490053842.issue37176@roundup.psfhosted.org>
Content
> > What matters is the __mro__ attribute of the first argument. It matters 
> because that is how the MRO actually is searched.
> 
> By the way, if it was true (it is not), 

Yes, I see that now.

> then what did you think was 
> the purpose of the second parameter of super(type, obj-or-type)?

Given super(T, obj).method the method object is bound to instance obj; 
how else could it return a bound method instead of an unbound one?
History
Date User Action Args
2019-06-08 03:08:55steven.dapranosetrecipients: + steven.daprano, rhettinger, docs@python, jdemeyer, maggyero
2019-06-08 03:08:55steven.dapranolinkissue37176 messages
2019-06-08 03:08:55steven.dapranocreate