[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


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).



More information about the Python-Dev mailing list