]> granicus.if.org Git - python/commit
Change PyType_Ready() to use the READY and READYING flags. This makes
authorGuido van Rossum <guido@python.org>
Fri, 10 Aug 2001 17:39:49 +0000 (17:39 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Aug 2001 17:39:49 +0000 (17:39 +0000)
commitd614f977331a15a34ec9472fecb1880392c5eca6
tree1fc99c3de751a6bf5598401ff222448359ba8570
parentd635e3c468d312ce83f6cacc1989dfdc735dbc05
Change PyType_Ready() to use the READY and READYING flags.  This makes
it possible to detect recursive calls early (as opposed to when the
stack overflows :-).
Objects/typeobject.c