[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules xxsubtype.c,2.9,2.10

Thomas Heller thomas.heller@ion-tof.com
Mon, 17 Dec 2001 15:23:06 +0100


> Hm, alternatively, we could put a statement in PyType_Ready() that
> initializes ob_type if it's NULL -- then we'd encourage people to call
> PyType_Ready(), which is a good idea anyway.
> 
> --Guido van Rossum (home page: http://www.python.org/~guido/)

+2 ;-)

Thomas