mirror of
https://github.com/python/cpython.git
synced 2025-10-27 11:44:39 +00:00
Since PEP 3123, PyObject_HEAD only has one field named ob_base. Users now need to use the Py_TYPE macro instead of self->ob_type. Initial patch by Ammar Askar. |
||
|---|---|---|
| .. | ||
| building.rst | ||
| embedding.rst | ||
| extending.rst | ||
| index.rst | ||
| newtypes.rst | ||
| windows.rst | ||