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, miss-islington, paul.moore, steve.dower, tim.golden, vstinner, xtreak, zach.ware
Date 2020-04-13.17:41:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
So I collected more info, and it seems the search order we're getting for _sqlite3.dll (.pyd) is:

* app directory
* SQL server install directory (?)
* Windows/System32
* Windows
* %PATH% (which is truncated at 2190 chars)

And then we never look in CWD. I wonder if it's being excluded because it's under %TEMP%?

I can't reproduce it either with a long PATH or with it in TEMP, so there may be a policy setting involved. Trying again with the test not using TEMP (it shouldn't be using the real TEMP anyway...)
History
Date User Action Args
2020-04-13 17:41:34steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, eryksun, miss-islington, xtreak, aeros
2020-04-13 17:41:34steve.dowersetmessageid: <[email protected]>
2020-04-13 17:41:34steve.dowerlinkissue40214 messages
2020-04-13 17:41:33steve.dowercreate