]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
authorSteve Dower <steve.dower@python.org>
Tue, 31 Mar 2020 11:38:53 +0000 (12:38 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2020 11:38:53 +0000 (12:38 +0100)
commit63ba5cccf484b9ec23dfbf4cf7ffdc833eda98c3
treea249b3a79cce91fe6a8aa5c3d0e55b1793cdb058
parentef67512b40240f765026ad41d60b0c9a6dacd2b9
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Security/2020-03-30-23-16-25.bpo-40121.p2LIio.rst [new file with mode: 0644]
Modules/socketmodule.c