Steve Dower <steve.do...@python.org> added the comment:

It's probably the sqlite3.dll dependency that's failing, not the _sqlite3.dll 
(originally _sqlite3.pyd) one.

The test is verifying that dependent DLLs are loaded correctly. So I assume in 
this case the _sqlite3.dll is being loaded, but it's finding the wrong 
sqlite3.dll.

Since I could, I updated Zach's PR to check for other sqlite3.dll files. The 
new build should be at 
https://dev.azure.com/Python/cpython/_build/results?buildId=60785&view=logs&j=c83831cd-3752-5cc7-2f01-8276919eb334
 in a few minutes.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40214>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to