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

Skip to content

gh-111997: update what's new in 3.13 re C API for monitoring events #123822

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

Merged
merged 4 commits into from
Sep 12, 2024
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
Prev Previous commit
Next Next commit
Ad link
  • Loading branch information
iritkatriel authored Sep 11, 2024
commit 9c90ba028d2ad507b60c344521248e12ed58df8e
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +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.
* :doc:`C-API support</c-api/monitoring>` was added for generating :pep:`669` monitoring events.

New typing features:

Expand Down
Loading
0