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

Guido van Rossum guido@digicool.com
Sun, 22 Jul 2001 11:14:34 -0400


> 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...

Yes, absolutely.  I just haven't gotten around to it yet...

--Guido van Rossum (home page: http://www.python.org/~guido/)