]> granicus.if.org Git - python/commit
Use PyType_Ready() for initialization of the ob_type field of our
authorGuido van Rossum <guido@python.org>
Mon, 17 Dec 2001 17:25:53 +0000 (17:25 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 17 Dec 2001 17:25:53 +0000 (17:25 +0000)
commita7b9b3ccba6f48a11cb2ee8f55d53696ed7b4697
tree387190bf1b336f10f4e0766cdfb74b7ef54e02ca
parent8efd6ceecc2dfc8186e957ccdb6319f1c721672b
Use PyType_Ready() for initialization of the ob_type field of our
types (the tp_base field must be initialized prior to that call).
Modules/xxsubtype.c