]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 17 Jul 2022 15:49:57 +0000 (08:49 -0700)
committerGitHub <noreply@github.com>
Sun, 17 Jul 2022 15:49:57 +0000 (08:49 -0700)
commit1c63734217be75c9fd024ba8fad28ccb108b4d55
tree6f4df4899dde2c7716ad5755d57cbbea47594686
parent65d87a2cb843d5f6af6489cb9784f55938196a28
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)

(cherry picked from commit 044a593cbbe1639e906e06c47504dd1020ddfee4)

Co-authored-by: Steve Dower <steve.dower@python.org>
Doc/library/sys.rst
Lib/test/audit-tests.py
Lib/test/test_audit.py
Python/sysmodule.c