[Python-Dev] 2.4.4: backport classobject.c HAVE_WEAKREFS?

Fredrik Lundh fredrik at pythonware.com
Wed Oct 11 12:54:33 CEST 2006


I wrote:

>    PyType_Register(NoddyType, PY_TP_METHODS, Noddy_methods);

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

</F> 





More information about the Python-Dev mailing list