SIGN IN SIGN UP

Issue #23710: Update PyObject_HEAD documentation

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.
B
Berker Peksag committed
bed6891c7761888a2ea7b46c7b703c942e14091b
Parent: 9de620e