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:34:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Found it (and it's kind-of us):

Checking C:\Program Files\Amazon\AWSCLIV2\
*** Found at C:\Program Files\Amazon\AWSCLIV2\sqlite3.dll
*** Found at C:\Program Files\Amazon\AWSCLIV2\_sqlite3.pyd

But I'm not sure why that is getting loaded earlier than the current directory. Is that the behaviour we went for here?

(FWIW, we build and test a release build, not a debug build, which is why we're not looking for sqlite3_d.dll... but perhaps we should be using a debug build? That might be slower, but the extra validation is probably worthwhile...)
History
Date User Action Args
2020-04-07 22:34:32steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, aeros
2020-04-07 22:34:32steve.dowersetmessageid: <[email protected]>
2020-04-07 22:34:32steve.dowerlinkissue40214 messages
2020-04-07 22:34:32steve.dowercreate