From 630264a152115f9671d6b793455ef5c2cea09a97 Mon Sep 17 00:00:00 2001 From: Erlend Egeberg Aasland Date: Wed, 17 Feb 2021 19:15:39 +0100 Subject: bpo-40170: Move 3 NEWS entries to the C API section (GH-24555) --- Misc/NEWS.d/next/C API/2021-02-11-11-37-14.bpo-43181.ydv33S.rst | 2 ++ Misc/NEWS.d/next/C API/2021-02-15-13-41-14.bpo-40170.r2FAtl.rst | 3 +++ Misc/NEWS.d/next/C API/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst | 3 +++ .../next/Core and Builtins/2021-02-11-11-37-14.bpo-43181.ydv33S.rst | 2 -- .../next/Core and Builtins/2021-02-15-13-41-14.bpo-40170.r2FAtl.rst | 3 --- .../next/Core and Builtins/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst | 3 --- 6 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 Misc/NEWS.d/next/C API/2021-02-11-11-37-14.bpo-43181.ydv33S.rst create mode 100644 Misc/NEWS.d/next/C API/2021-02-15-13-41-14.bpo-40170.r2FAtl.rst create mode 100644 Misc/NEWS.d/next/C API/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst delete mode 100644 Misc/NEWS.d/next/Core and Builtins/2021-02-11-11-37-14.bpo-43181.ydv33S.rst delete mode 100644 Misc/NEWS.d/next/Core and Builtins/2021-02-15-13-41-14.bpo-40170.r2FAtl.rst delete mode 100644 Misc/NEWS.d/next/Core and Builtins/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst diff --git a/Misc/NEWS.d/next/C API/2021-02-11-11-37-14.bpo-43181.ydv33S.rst b/Misc/NEWS.d/next/C API/2021-02-11-11-37-14.bpo-43181.ydv33S.rst new file mode 100644 index 0000000..0e0a571 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2021-02-11-11-37-14.bpo-43181.ydv33S.rst @@ -0,0 +1,2 @@ +Convert :c:func:`PyObject_TypeCheck` macro to a static inline function. Patch by +Erlend E. Aasland. diff --git a/Misc/NEWS.d/next/C API/2021-02-15-13-41-14.bpo-40170.r2FAtl.rst b/Misc/NEWS.d/next/C API/2021-02-15-13-41-14.bpo-40170.r2FAtl.rst new file mode 100644 index 0000000..82e844b --- /dev/null +++ b/Misc/NEWS.d/next/C API/2021-02-15-13-41-14.bpo-40170.r2FAtl.rst @@ -0,0 +1,3 @@ +Convert :c:func:`PyDescr_IsData` macro to a function to hide implementation +details: The macro accessed :c:member:`PyTypeObject.tp_descr_set` directly. +Patch by Erlend E. Aasland. diff --git a/Misc/NEWS.d/next/C API/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst b/Misc/NEWS.d/next/C API/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst new file mode 100644 index 0000000..df6f3dc --- /dev/null +++ b/Misc/NEWS.d/next/C API/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst @@ -0,0 +1,3 @@ +:c:func:`PyIter_Check` is now always declared as a function, in order to hide implementation +details. The macro accessed :c:member:`PyTypeObject.tp_iternext` directly. +Patch by Erlend E. Aasland. diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-02-11-11-37-14.bpo-43181.ydv33S.rst b/Misc/NEWS.d/next/Core and Builtins/2021-02-11-11-37-14.bpo-43181.ydv33S.rst deleted file mode 100644 index 0e0a571..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2021-02-11-11-37-14.bpo-43181.ydv33S.rst +++ /dev/null @@ -1,2 +0,0 @@ -Convert :c:func:`PyObject_TypeCheck` macro to a static inline function. Patch by -Erlend E. Aasland. diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-02-15-13-41-14.bpo-40170.r2FAtl.rst b/Misc/NEWS.d/next/Core and Builtins/2021-02-15-13-41-14.bpo-40170.r2FAtl.rst deleted file mode 100644 index 82e844b..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2021-02-15-13-41-14.bpo-40170.r2FAtl.rst +++ /dev/null @@ -1,3 +0,0 @@ -Convert :c:func:`PyDescr_IsData` macro to a function to hide implementation -details: The macro accessed :c:member:`PyTypeObject.tp_descr_set` directly. -Patch by Erlend E. Aasland. diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst b/Misc/NEWS.d/next/Core and Builtins/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst deleted file mode 100644 index df6f3dc..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2021-02-15-15-06-43.bpo-40170.ZYeSii.rst +++ /dev/null @@ -1,3 +0,0 @@ -:c:func:`PyIter_Check` is now always declared as a function, in order to hide implementation -details. The macro accessed :c:member:`PyTypeObject.tp_iternext` directly. -Patch by Erlend E. Aasland. -- cgit v0.12