Steve Dower <[email protected]> added the comment:
Maybe something else was installed that put an incompatible _sqlite3.dll on PATH? Thereby proving the inherent risk of using unsafe DLL load settings :) If we're not already overriding PATH for the subprocess in this test (should only need "%SystemRoot%;%SystemRoot%\System32"), we may have to. Though if someone is installing an incompatible _sqlite3.dll into a system directory then we're in a bit of trouble. Disabling this part of the test as inherently untestable because it's an inherently unsafe operation is fine by me :) ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40214> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
