[Python-Dev] Multiple inheritance from builtin (C) types [still] supported in Python3?
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Apr 30 08:48:59 CEST 2014
More information about the Python-Dev mailing list
Wed Apr 30 08:48:59 CEST 2014
- Previous message: [Python-Dev] Multiple inheritance from builtin (C) types [still] supported in Python3?
- Next message: [Python-Dev] Multiple inheritance from builtin (C) types [still] supported in Python3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Sokolovsky wrote: > Well, here it itches to ask if C++-like offsetting of subclass to base > class "this" pointer was considered, I suppose in theory it would be possible to build a new set of __slot__ descriptors for the subclass. It mightn't even be all that difficult. My guess would be that it wasn't considered worth the effort, if it was considered at all. -- Greg
- Previous message: [Python-Dev] Multiple inheritance from builtin (C) types [still] supported in Python3?
- Next message: [Python-Dev] Multiple inheritance from builtin (C) types [still] supported in Python3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list