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

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


Hm, alternatively, we could put a statement in PyTypeReady() that initializes obtype if it's NULL -- then we'd encourage people to call PyTypeReady(), which is a good idea anyway.

--Guido van Rossum (home page: http://www.python.org/~guido/)

+2 ;-)

Thomas