[Python-Dev] PEP 253: Subtyping Built-in Types

M.-A. Lemburg mal@lemburg.com
Sun, 22 Jul 2001 16:14:18 +0200


A suggestion after looking at the typeobject.c implementation:
wouldn't PyType_InitDict() better be named something like
PyType_InitType() ?! -- the API does so much more than only
init the tp_dict dictionary...

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Consulting & Company:                           http://www.egenix.com/
Python Software:                        http://www.lemburg.com/python/