mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
bed6891c77
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.