8000 bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671) · python/cpython@e89607c · GitHub
[go: up one dir, main page]

Skip to content

Commit e89607c

Browse files
authored
bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671)
1 parent 984061e commit e89607c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The following C macros have been converted to static inline functions:
2+
:c:func:`Py_INCREF`, :c:func:`Py_DECREF`, :c:func:`Py_XINCREF`,
3+
:c:func:`Py_XDECREF`, :c:func:`PyObject_INIT`, :c:func:`PyObject_INIT_VAR`.

0 commit comments

Comments
 (0)
0