8000 [3.13] gh-111997: update what's new in 3.13 re C API for monitoring events (GH-123822) by miss-islington · Pull Request #123997 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.13] gh-111997: update what's new in 3.13 re C API for monitoring events (GH-123822) #123997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
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
Next Next commit
gh-111997: update what's new in 3.13 re C API for monitoring events (G…
…H-123822)

(cherry picked from commit 77c68b4)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
  • Loading branch information
iritkatriel authored and miss-islington committed Sep 12, 2024
commit 5c68e6b7dac6061f60e8cf4802d29548ac9c264a
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 @@ -2173,6 +2174,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
Loading
0