From: Victor Stinner Date: Fri, 23 Nov 2018 11:34:35 +0000 (+0100) Subject: bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671) X-Git-Tag: v3.8.0a1~448 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e89607c0fc8d6edbf19c06ba42ff0f00e6c4273f;p=thirdparty%2FPython%2Fcpython.git bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671) --- diff --git a/Misc/NEWS.d/next/C API/2018-11-23-11-52-34.bpo-35059.BLSp6y.rst b/Misc/NEWS.d/next/C API/2018-11-23-11-52-34.bpo-35059.BLSp6y.rst new file mode 100644 index 000000000000..25120466f7be --- /dev/null +++ b/Misc/NEWS.d/next/C API/2018-11-23-11-52-34.bpo-35059.BLSp6y.rst @@ -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`.