mirror of https://github.com/python/cpython
bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671)
This commit is contained in:
parent
984061eeb4
commit
e89607c0fc
|
@ -0,0 +1,3 @@
|
|||
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`.
|
Loading…
Reference in New Issue