Skip to content

Commit 77c68b4

Browse files
authored
gh-111997: update what's new in 3.13 re C API for monitoring events (#123822)
1 parent ac918cc commit 77c68b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.13.rst

+4
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ C API improvements:
159159
* The :doc:`PyTime C API </c-api/time>` has been added,
160160
providing access to system clocks.
161161
* :c:type:`PyMutex` is a new lightweight mutex that occupies a single byte.
162+
* :doc:`C-API support </c-api/monitoring>` was added for generating :pep:`669` monitoring events.
162163

163164
New typing features:
164165

@@ -2175,6 +2176,9 @@ New Features
21752176
if the operation needs to block.
21762177
(Contributed by Sam Gross in :gh:`108724`.)
21772178

2179+
* Add C API functions for generating :pep:`669` monitoring events.
2180+
(Contributed by Irit Katriel in :gh:`111997`).
2181+
21782182
Build Changes
21792183
=============
21802184

0 commit comments

Comments
 (0)