-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
bpo-37363: Document internal audit events #14663
Conversation
cfe04e5
to
76ab18c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with modification
Doc/c-api/init.rst
Outdated
@@ -299,8 +299,9 @@ Initializing and finalizing the interpreter | |||
than once; this can happen if an application calls :c:func:`Py_Initialize` and | |||
:c:func:`Py_FinalizeEx` more than once. | |||
|
|||
.. versionadded:: 3.6 | |||
.. audit-event:: cpython._PySys_ClearAuditHooks "" c._PySys_ClearAuditHooks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. audit-event:: cpython._PySys_ClearAuditHooks "" c._PySys_ClearAuditHooks | |
.. audit-event:: cpython._PySys_ClearAuditHooks "" c.Py_FinalizeEx |
@tiran One more update and the this can be merged (I don't have permission to push the change to your branch myself) |
Three internal cpython events were not documented, yet. Signed-off-by: Christian Heimes <[email protected]>
f5c96a1
to
3d438db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR, I have checked the result and the code. Everything seems to be correct.
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Three internal cpython events were not documented, yet. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue37363 (cherry picked from commit ed4b321) Co-authored-by: Christian Heimes <[email protected]>
GH-16046 is a backport of this pull request to the 3.8 branch. |
Three internal cpython events were not documented, yet. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue37363 (cherry picked from commit ed4b321) Co-authored-by: Christian Heimes <[email protected]>
Three internal cpython events were not documented, yet.
Signed-off-by: Christian Heimes [email protected]
https://bugs.python.org/issue37363