commit | a7b9b3ccba6f48a11cb2ee8f55d53696ed7b4697 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Dec 17 17:25:53 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Dec 17 17:25:53 2001 +0000 |
tree | 387190bf1b336f10f4e0766cdfb74b7ef54e02ca | |
parent | 8efd6ceecc2dfc8186e957ccdb6319f1c721672b [diff] |
Use PyType_Ready() for initialization of the ob_type field of our types (the tp_base field must be initialized prior to that call).