commit | 528b7eb0b0fa5a6bbbf5f3dfbfb7c356edaf031c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 07 17:24:28 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 07 17:24:28 2001 +0000 |
tree | 7cceb95854e84eb61468b749c168f870a1d4dc2a | |
parent | c5943b1c8c49e235efd6e6b4c7fbfb4952c28fd0 [diff] |
- 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).