From 5c68e6b7dac6061f60e8cf4802d29548ac9c264a Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:32:57 +0100 Subject: [PATCH] gh-111997: update what's new in 3.13 re C API for monitoring events (GH-123822) (cherry picked from commit 77c68b40d58c3af9800f7c20e5fb5640dd2d2afc) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> --- Doc/whatsnew/3.13.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 7075392c14dd5f..f760ca97f80695 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -159,6 +159,7 @@ C API improvements: * The :doc:`PyTime C API ` has been added, providing access to system clocks. * :c:type:`PyMutex` is a new lightweight mutex that occupies a single byte. +* :doc:`C-API support ` was added for generating :pep:`669` monitoring events. New typing features: @@ -2173,6 +2174,9 @@ New Features if the operation needs to block. (Contributed by Sam Gross in :gh:`108724`.) +* Add C API functions for generating :pep:`669` monitoring events. + (Contributed by Irit Katriel in :gh:`111997`). + Build Changes =============