mirror of https://github.com/python/cpython.git
gh-111997: update what's new in 3.13 re C API for monitoring events (#123822)
This commit is contained in:
parent
ac918ccad7
commit
77c68b40d5
|
@ -159,6 +159,7 @@ C API improvements:
|
||||||
* The :doc:`PyTime C API </c-api/time>` has been added,
|
* The :doc:`PyTime C API </c-api/time>` has been added,
|
||||||
providing access to system clocks.
|
providing access to system clocks.
|
||||||
* :c:type:`PyMutex` is a new lightweight mutex that occupies a single byte.
|
* :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:
|
New typing features:
|
||||||
|
|
||||||
|
@ -2175,6 +2176,9 @@ New Features
|
||||||
if the operation needs to block.
|
if the operation needs to block.
|
||||||
(Contributed by Sam Gross in :gh:`108724`.)
|
(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
|
Build Changes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue