]> granicus.if.org Git - python/commit
bpo-37363: Add audit events on startup for the run commands (GH-14524)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jul 2019 23:22:29 +0000 (16:22 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2019 23:22:29 +0000 (16:22 -0700)
commit746992c1ae4c632220563d3fe54123498f93db1d
tree76343ab9ba2a15f8e840b9d98282a67575433a2f
parent91f9f098fcdb023dbb89d06c8833e89a11cbae4c
bpo-37363: Add audit events on startup for the run commands (GH-14524)

(cherry picked from commit e226e83d36dfc7220d836fb7a249ce18e70cb4a6)

Co-authored-by: Steve Dower <steve.dower@python.org>
Doc/library/sys.rst
Doc/tools/extensions/pyspecific.py
Doc/using/cmdline.rst
Lib/test/test_embed.py
Misc/NEWS.d/next/Security/2019-07-01-10-31-14.bpo-37363.fSjatj.rst [new file with mode: 0644]
Modules/main.c
Programs/_testembed.c