This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients aeros, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-04-07.22:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586297687.55.0.913346103895.issue40214@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-04-07 22:14:47steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, aeros
2020-04-07 22:14:47steve.dowersetmessageid: <1586297687.55.0.913346103895.issue40214@roundup.psfhosted.org>
2020-04-07 22:14:47steve.dowerlinkissue40214 messages
2020-04-07 22:14:47steve.dowercreate