https://github.com/python/cpython/commit/77c68b40d58c3af9800f7c20e5fb5640dd2d2afc commit: 77c68b40d58c3af9800f7c20e5fb5640dd2d2afc branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-09-12T11:32:57+01:00 summary:
gh-111997: update what's new in 3.13 re C API for monitoring events (#123822) files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index c60def5ad9623c..61a4399308a3a3 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 ============= _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
