mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671)
This commit is contained in:
parent
984061eeb4
commit
e89607c0fc
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue