Message200804
> Because calling them *from* method implementations in concrete subclasses...
We do the same thing from Python all the time (though less so with the availability of super).
E.G. dict.__init__(self, ...) and dict.__set item__(self, key, value).
Now, if the C-API had some equivalent to super... |
|
Date |
User |
Action |
Args |
2013-10-21 15:38:02 | eric.snow | set | recipients:
+ eric.snow, rhettinger, ncoghlan, pitrou, benjamin.peterson, eric.araujo, Arfrever, Trundle, skrah, meador.inge, daniel.urban, docs@python |
2013-10-21 15:38:02 | eric.snow | set | messageid: <1382369882.06.0.385738542601.issue10977@psf.upfronthosting.co.za> |
2013-10-21 15:38:02 | eric.snow | link | issue10977 messages |
2013-10-21 15:38:02 | eric.snow | create | |
|