Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 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.
* C-API support was added for generating :pep:`669` monitoring events.

New typing features:

Expand Down Expand Up @@ -2173,6 +2174,10 @@ 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