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

Victor Stinner webhook-mailer at python.org
Fri Nov 23 06:34:38 EST 2018


https://github.com/python/cpython/commit/e89607c0fc8d6edbf19c06ba42ff0f00e6c4273f
commit: e89607c0fc8d6edbf19c06ba42ff0f00e6c4273f
branch: master
author: Victor Stinner <vstinner at redhat.com>
committer: GitHub <noreply at github.com>
date: 2018-11-23T12:34:35+01:00
summary:

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

files:
A Misc/NEWS.d/next/C API/2018-11-23-11-52-34.bpo-35059.BLSp6y.rst

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



More information about the Python-checkins mailing list