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 e724152 commit ac19d96Copy full SHA for ac19d96
Lib/ctypes/test/test_loading.py
@@ -167,7 +167,8 @@ def should_fail(command):
167
168
# Full path load with DLL_LOAD_DIR should succeed
169
should_pass("WinDLL(nt._getfullpathname('_sqlite3.dll'), " +
170
- "winmode=nt._LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR)")
+ "winmode=nt._LOAD_LIBRARY_SEARCH_SYSTEM32|" +
171
+ "nt._LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR)")
172
173
# User-specified directory should succeed
174
should_pass("import os; p = os.add_dll_directory(os.getcwd());" +
0 commit comments