]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal...
authorSteve Dower <steve.dower@python.org>
Wed, 30 Jun 2021 16:21:37 +0000 (17:21 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Jun 2021 16:21:37 +0000 (17:21 +0100)
commit139de04518bd98a975b7c98ab8a38e570dc585e4
treebd1b6f601221f24623dc618faf173bc7165f1cf0
parent86eeeb425936ba67d79f32bfbd5c5f8002819438
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26961)
Doc/library/marshal.rst
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Security/2021-06-29-23-40-22.bpo-41180.uTWHv_.rst [new file with mode: 0644]
Python/marshal.c