[Python-3000] Metaclasses in Py3K (original) (raw)
Phillip J. Eby pje at telecommunity.com
Sat Dec 9 22:33:33 CET 2006
- Previous message: [Python-3000] Metaclasses in Py3K
- Next message: [Python-3000] Python-3000 Digest, Vol 10, Issue 22
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 09:01 PM 12/9/2006 +0100, Ronald Oussoren wrote:
On Dec 9, 2006, at 2:17 AM, Phillip J. Eby wrote: > The principal hurdle that would need to be overcome to do this, is > that you > can't change a builtin type's class currently:
Another hurdle is that you can add slots the the type object (currently only in C code), how would your scheme deal with that?
That's not a different hurdle, it's the same one. :)
- Previous message: [Python-3000] Metaclasses in Py3K
- Next message: [Python-3000] Python-3000 Digest, Vol 10, Issue 22
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]