summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2020-06-15-23-17-51.bpo-40989.tlzG3r.rst
blob: 1be473d142760e48970fe17460c54c7030df272f (plain)
1
2
3
The :c:func:`PyObject_INIT` and :c:func:`PyObject_INIT_VAR` macros become
aliases to, respectively, :c:func:`PyObject_Init` and
:c:func:`PyObject_InitVar` functions.