]> granicus.if.org Git - python/commitdiff
bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671)
authorVictor Stinner <vstinner@redhat.com>
Fri, 23 Nov 2018 11:34:35 +0000 (12:34 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Nov 2018 11:34:35 +0000 (12:34 +0100)
Misc/NEWS.d/next/C API/2018-11-23-11-52-34.bpo-35059.BLSp6y.rst [new file with mode: 0644]

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 (file)
index 0000000..2512046
--- /dev/null
@@ -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`.