diff options
author | Guido van Rossum <guido@python.org> | 2001-12-17 17:14:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-12-17 17:14:22 (GMT) |
commit | f884b749103bad0724e2e4878cd5fe49a41bd7df (patch) | |
tree | 08198b5552876fd2f950dfa3678423763e883139 /setup.py | |
parent | facf24bdc7b292029b3e611d241feee157cda4c4 (diff) | |
download | cpython-f884b749103bad0724e2e4878cd5fe49a41bd7df.zip cpython-f884b749103bad0724e2e4878cd5fe49a41bd7df.tar.gz cpython-f884b749103bad0724e2e4878cd5fe49a41bd7df.tar.bz2 |
- 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.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions