diff options
author | Guido van Rossum <guido@python.org> | 2002-04-08 01:39:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-04-08 01:39:56 (GMT) |
commit | e5ea439bc8f1a5a77fa0ee2c1d11b7a0ada83e9e (patch) | |
tree | 3dacab6ffb277d8b4cc42e353b1cf00df867056a /Python/pythonrun.c | |
parent | 7acf76b4b163cf206b127a124b2ed1536d5cf514 (diff) | |
download | cpython-e5ea439bc8f1a5a77fa0ee2c1d11b7a0ada83e9e.zip cpython-e5ea439bc8f1a5a77fa0ee2c1d11b7a0ada83e9e.tar.gz cpython-e5ea439bc8f1a5a77fa0ee2c1d11b7a0ada83e9e.tar.bz2 |
- A type can now inherit its metatype from its base type. Previously,
when PyType_Ready() was called, if ob_type was found to be NULL, it
was always set to &PyType_Type; now it is set to base->ob_type,
where base is tp_base, defaulting to &PyObject_Type.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions