]> granicus.if.org Git - python/commit
- Rename PyType_InitDict() to PyType_Ready().
authorGuido van Rossum <guido@python.org>
Tue, 7 Aug 2001 17:24:28 +0000 (17:24 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Aug 2001 17:24:28 +0000 (17:24 +0000)
commit528b7eb0b0fa5a6bbbf5f3dfbfb7c356edaf031c
tree7cceb95854e84eb61468b749c168f870a1d4dc2a
parentc5943b1c8c49e235efd6e6b4c7fbfb4952c28fd0
- Rename PyType_InitDict() to PyType_Ready().

- Add an explicit call to PyType_Ready(&PyList_Type) to pythonrun.c
  (just for the heck of it, really -- we should either explicitly
  ready all types, or none).
Include/object.h
Modules/xxsubtype.c
Objects/object.c
Objects/typeobject.c
Python/pythonrun.c