We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9be146 commit ec8f81fCopy full SHA for ec8f81f
Lib/ctypes/test/test_loading.py
@@ -175,7 +175,8 @@ def should_fail(command):
175
176
# Full path load with DLL_LOAD_DIR should succeed
177
should_pass("WinDLL({!r}, ".format(target) +
178
- "winmode=nt._LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR)")
+ "winmode=nt._LOAD_LIBRARY_SEARCH_SYSTEM32|" +
179
+ "nt._LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR)")
180
181
# User-specified directory should succeed
182
should_pass("import os; p = os.add_dll_directory(os.getcwd());" +
0 commit comments