Hi Guido, as you know, I love your new type/class implementation very much as it is right now, probably not completely ready, but performing great. Yesterday, at the Berlin Python Community Meeting, we were discussing several aspects of this. A special issue was overloading of methods from C. With the current design, it appears to be "correct" to call my own methods always vial the dictionary interface of the type, since users might have derived from it and want their versions to be called. Now, this is a performance issue, and there are of course special cased things like "getattr" already, which make use of an extra slot in the type structure to speed it up. Now, all my new stackless objects are made inheritable from, and I'd like to support it from C code as well, but I hesitate to spend the extra dictionary lookup for a probably seldom case. Therefore, I intended to extend my types in a way, that they provide some extra type slots for overridden builtin methods. Unfortunately, this is not supported at the moment, due to some extension class compatibility issues. I'd like to patch this, and allow metatypes to be extzended with extra function fields. Would you support this? Or is something already on your boiler plate? thanks - chris -- Christian Tismer :^) <mailto:tismer@tismer.com> Mission Impossible 5oftware : Have a break! Take a ride on Python's Johannes-Niemeyer-Weg 9a : *Starship* http://starship.python.net/ 14109 Berlin : PGP key -> http://wwwkeys.pgp.net/ work +49 30 89 09 53 34 home +49 30 802 86 56 pager +49 173 24 18 776 PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04 whom do you want to sponsor today? http://www.stackless.com/
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4