]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 10 Mar 2021 08:50:16 +0000 (08:50 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Mar 2021 08:50:16 +0000 (00:50 -0800)
commita6d0182879d0bf275c4feb38b57f73236ab9c06c
tree96ea6d412c90761f0c526e4c8e230ea3926baaf2
parente89380765df8f0f02c90ad417e164d1597bd0b05
[3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)

(cherry picked from commit b4f9089d4aa787c5b74134c98e5f0f11d9e63095)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Doc/library/gc.rst
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Security/2021-03-08-23-06-07.bpo-43439.5U3lXm.rst [new file with mode: 0644]
Modules/gcmodule.c