bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671)

This commit is contained in:
Victor Stinner 2018-11-23 12:34:35 +01:00 committed by GitHub
parent 984061eeb4
commit e89607c0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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`.