Skip to content

Commit

Permalink
bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Nov 23, 2018
1 parent 984061e commit e89607c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit e89607c

Please sign in to comment.