From 875e056403d273bdd9049f6d532464310c453227 Mon Sep 17 00:00:00 2001 From: Irit Katriel Date: Sat, 7 Sep 2024 21:49:02 +0100 Subject: [PATCH 1/4] gh-111997: update what's new in 3.13 --- Doc/whatsnew/3.13.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 7075392c14dd5f..5be1b0260fb491 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. +* C-API support was added for generating :pep:`669` monitoring events. New typing features: @@ -2173,6 +2174,10 @@ 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 ============= From da011f50a3435106d96824b6fe7af8360c797035 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:17:10 +0100 Subject: [PATCH 2/4] whitespace --- Doc/whatsnew/3.13.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 5be1b0260fb491..d869a3db660f63 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -2177,7 +2177,6 @@ New Features * Add C API functions for generating :pep:`669` monitoring events. (Contributed by Irit Katriel in :gh:`111997`). - Build Changes ============= From 9c90ba028d2ad507b60c344521248e12ed58df8e Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:38:10 +0100 Subject: [PATCH 3/4] Ad link --- Doc/whatsnew/3.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index d869a3db660f63..e0e05f9c893c0c 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -159,7 +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. -* C-API support was added for generating :pep:`669` monitoring events. +* :doc:`C-API support` was added for generating :pep:`669` monitoring events. New typing features: From a8e417aa8cf755ecf6fba3f36a420bae0b834db6 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:38:42 +0100 Subject: [PATCH 4/4] whitespace --- Doc/whatsnew/3.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index e0e05f9c893c0c..f760ca97f80695 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -159,7 +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. +* :doc:`C-API support ` was added for generating :pep:`669` monitoring events. New typing features: