]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`,...
authorSteve Dower <steve.dower@python.org>
Thu, 13 Feb 2020 08:30:27 +0000 (08:30 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 08:30:27 +0000 (08:30 +0000)
commita00b5be5f71b702ab80b0a7c046485046aaae160
tree67ce2b6f055a2c40692cf5ed5a92f7b42c0535ff
parent669981b3b14dd16dec42089d6ac8d6449fde8abd
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`,  `shutil`, `signal`, `syslog` (GH-18407)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
15 files changed:
Doc/library/fcntl.rst
Doc/library/msvcrt.rst
Doc/library/os.rst
Doc/library/resource.rst
Doc/library/shutil.rst
Doc/library/signal.rst
Doc/library/syslog.rst
Lib/shutil.py
Misc/NEWS.d/next/Security/2020-02-07-23-54-18.bpo-39184.v-ue-v.rst [new file with mode: 0644]
Modules/fcntlmodule.c
Modules/posixmodule.c
Modules/resource.c
Modules/signalmodule.c
Modules/syslogmodule.c
PC/msvcrtmodule.c