Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac918cc commit 77c68b4Copy full SHA for 77c68b4
Doc/whatsnew/3.13.rst
@@ -159,6 +159,7 @@ C API improvements:
159
* The :doc:`PyTime C API </c-api/time>` has been added,
160
providing access to system clocks.
161
* :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.
163
164
New typing features:
165
@@ -2175,6 +2176,9 @@ New Features
2175
2176
if the operation needs to block.
2177
(Contributed by Sam Gross in :gh:`108724`.)
2178
2179
+* Add C API functions for generating :pep:`669` monitoring events.
2180
+ (Contributed by Irit Katriel in :gh:`111997`).
2181
+
2182
Build Changes
2183
=============
2184
0 commit comments