mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
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.
This commit is contained in:
parent
6db6b30ac2
commit
232465204e
8 changed files with 36 additions and 13 deletions
2
Doc/data/stable_abi.dat
generated
2
Doc/data/stable_abi.dat
generated
|
|
@ -606,6 +606,8 @@ function,PyStructSequence_NewType,3.2,,
|
|||
function,PyStructSequence_SetItem,3.2,,
|
||||
var,PyStructSequence_UnnamedField,3.11,,
|
||||
var,PySuper_Type,3.2,,
|
||||
function,PySys_Audit,3.13,,
|
||||
function,PySys_AuditTuple,3.13,,
|
||||
function,PySys_FormatStderr,3.2,,
|
||||
function,PySys_FormatStdout,3.2,,
|
||||
function,PySys_GetObject,3.2,,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue