Skip to content

Commit

Permalink
gh-111997: update what's new in 3.13 re C API for monitoring events (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel authored Sep 12, 2024
1 parent ac918cc commit 77c68b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
=============

Expand Down

0 comments on commit 77c68b4

Please sign in to comment.