cpython/Misc/NEWS.d/next/C API/2018-11-23-11-52-34.bpo-350...

4 lines
211 B
ReStructuredText

The following C macros have been converted to static inline functions:
:c:func:`Py_INCREF`, :c:func:`Py_DECREF`, :c:func:`Py_XINCREF`,
:c:func:`Py_XDECREF`, :c:func:`PyObject_INIT`, :c:func:`PyObject_INIT_VAR`.