[Python-Dev] 2.4.4: backport classobject.c HAVE_WEAKREFS? (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Wed Oct 11 12:54:33 CEST 2006
- Previous message: [Python-Dev] 2.4.4: backport classobject.c HAVE_WEAKREFS?
- Next message: [Python-Dev] 2.4.4: backport classobject.c HAVE_WEAKREFS?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I wrote:
PyTypeRegister(NoddyType, PYTPMETHODS, Noddymethods);
methods and members could of course be registered to, so the implementation can chose how to store them (e.g. short lists for smaller method lists, dictionaries for others).
- Previous message: [Python-Dev] 2.4.4: backport classobject.c HAVE_WEAKREFS?
- Next message: [Python-Dev] 2.4.4: backport classobject.c HAVE_WEAKREFS?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]