summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/C API/2020-05-26-16-21-47.bpo-39573.depAgq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/C API/2020-05-26-16-21-47.bpo-39573.depAgq.rst')
-rw-r--r--Misc/NEWS.d/next/C API/2020-05-26-16-21-47.bpo-39573.depAgq.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-05-26-16-21-47.bpo-39573.depAgq.rst b/Misc/NEWS.d/next/C API/2020-05-26-16-21-47.bpo-39573.depAgq.rst
deleted file mode 100644
index f8f675cebc..0000000000
--- a/Misc/NEWS.d/next/C API/2020-05-26-16-21-47.bpo-39573.depAgq.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Convert :c:func:`Py_REFCNT` and :c:func:`Py_SIZE` macros to static inline
-functions. They cannot be used as l-value anymore: use
-:c:func:`Py_SET_REFCNT` and :c:func:`Py_SET_SIZE` to set an object reference
-count and size. This change is backward incompatible on purpose, to prepare
-the C API for an opaque :c:type:`PyObject` structure.