]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: Add PySys_Audit() to the limited C API (#108571)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Oct 2023 14:02:23 +0000 (16:02 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 14:02:23 +0000 (16:02 +0200)
commit232465204edb070751f4794c67dd31cd9b7c8c53
tree05d9deff96dd8c8ef03c16c48e5146e572d60838
parent6db6b30ac2734b94f66166cee320028c4ba1d30e
gh-85283: Add PySys_Audit() to the limited C API (#108571)

The PySys_Audit() function was added in Python 3.8 by the PEP 578
"Python Runtime Audit Hooks".

Add also PySys_AuditTuple() to the limited C API, function added
to Python 3.13.

Move non-limited "PerfMap" C API from Include/sysmodule.h to
Include/cpython/sysmodule.h.
Doc/data/stable_abi.dat
Doc/whatsnew/3.13.rst
Include/cpython/sysmodule.h
Include/sysmodule.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C API/2023-08-28-17-40-51.gh-issue-85283.raFNiD.rst [new file with mode: 0644]
Misc/stable_abi.toml
PC/python3dll.c