summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2020-04-05-00-37-34.bpo-40170.Seuh3D.rst
blob: 2c31cca7f7ecf84f389fb881e226a2a126198115 (plain)
1
2
3
4
The :c:func:`PyObject_NEW` macro becomes an alias to the :c:func:`PyObject_New`
macro, and the :c:func:`PyObject_NEW_VAR` macro becomes an alias to the
:c:func:`PyObject_NewVar` macro, to hide implementation details. They no longer
access directly the :c:member:`PyTypeObject.tp_basicsize` member.