Files
cpython/Objects
Guido van Rossum f884b74910 - PyType_Ready(): Initialize the ob_type field to &PyType_Type if it's
NULL, so that you can call PyType_Ready() to initialize a type that
  is to be separately compiled with C on Windows.

inherit_special():  Add a long comment explaining that you have to set
tp_new if your base class is PyBaseObject_Type.
2001-12-17 17:14:22 +00:00
..
2000-05-02 18:34:30 +00:00
2001-10-19 13:49:35 +00:00
2001-08-29 23:54:21 +00:00