]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38622: Add missing audit events for ctypes module (GH-17158)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Nov 2019 19:53:34 +0000 (11:53 -0800)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2019 19:53:34 +0000 (11:53 -0800)
commit47db7439dd858c3634212c71137eb130f811bda4
tree7ba52bdc8bbf388817ff19d3513d603a2c6632e8
parentcbbf1098f383e575d93841e555329eb66283c2f1
bpo-38622: Add missing audit events for ctypes module (GH-17158)

(cherry picked from commit 00923c63995e34cdc25d699478f113de99a69df9)

Co-authored-by: Steve Dower <steve.dower@python.org>
Doc/library/ctypes.rst
Lib/ctypes/__init__.py
Misc/NEWS.d/next/Security/2019-11-14-16-13-23.bpo-38622.3DYkfb.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c