mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
This commit is contained in:
parent
5c19ddab65
commit
044a593cbb
4 changed files with 31 additions and 6 deletions
|
@ -774,7 +774,7 @@ always available.
|
|||
that is deeper than the call stack, :exc:`ValueError` is raised. The default
|
||||
for *depth* is zero, returning the frame at the top of the call stack.
|
||||
|
||||
.. audit-event:: sys._getframe "" sys._getframe
|
||||
.. audit-event:: sys._getframe frame sys._getframe
|
||||
|
||||
.. impl-detail::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue