summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2024-09-12 10:32:57 (GMT)
committerGitHub <noreply@github.com>2024-09-12 10:32:57 (GMT)
commit77c68b40d58c3af9800f7c20e5fb5640dd2d2afc (patch)
tree108d9d9e2b5c5a176dbbbbc7b49e2ca566558c53
parentac918ccad707ab2d7dbb78a4796a7b8a874f334c (diff)
downloadcpython-77c68b40d58c3af9800f7c20e5fb5640dd2d2afc.zip
cpython-77c68b40d58c3af9800f7c20e5fb5640dd2d2afc.tar.gz
cpython-77c68b40d58c3af9800f7c20e5fb5640dd2d2afc.tar.bz2
gh-111997: update what's new in 3.13 re C API for monitoring events (#123822)
-rw-r--r--Doc/whatsnew/3.13.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index c60def5..61a4399 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 </c-api/time>` 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 </c-api/monitoring>` was added for generating :pep:`669` monitoring events.
New typing features:
@@ -2175,6 +2176,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
=============