SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

- 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.
G
Guido van Rossum committed
f884b749103bad0724e2e4878cd5fe49a41bd7df
Parent: facf24b