]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 May 2020 22:24:45 +0000 (15:24 -0700)
committerGitHub <noreply@github.com>
Fri, 22 May 2020 22:24:45 +0000 (15:24 -0700)
commit0cc7becde0bfe896fd23b5cb14fedfb8f2066fca
tree0bd144cec55b12adda1e27dd27ccca75b1c6ab66
parent16d07812dd3833295cc001d19eea42eecbdb6ea5
bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652)

(cherry picked from commit 9b498939009f49b8c772c89e8fc80efbfd8afcb5)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/ctypes/test/test_loading.py