Remove allowlist entries for _ctypes on win (#10855)

This commit is contained in:
Nikita Sobolev
2023-10-07 22:43:33 +03:00
committed by GitHub
parent fb994e344b
commit 8acf1944f3
2 changed files with 2 additions and 2 deletions

View File

@@ -10,8 +10,6 @@ _winapi.CreateFileMapping
_winapi.MapViewOfFile
_winapi.OpenFileMapping
_winapi.VirtualQuerySize
_ctypes.FreeLibrary
_ctypes.LoadLibrary
# ==========