◐ Shell
clean mode source ↗

gh-85283: Add PySys_Audit() to the limited C API by vstinner · Pull Request #108571 · python/cpython

@bedevere-bot mentioned this pull request

Aug 28, 2023

This was referenced

Sep 4, 2023
This 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 also non-limited "PerfMap" C API from Include/sysmodule.h to
Include/cpython/sysmodule.h.

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
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.

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
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.