Message366319
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...) |
|
| Date |
User |
Action |
Args |
| 2020-04-13 17:41:34 | steve.dower | set | recipients:
+ steve.dower, paul.moore, vstinner, tim.golden, zach.ware, eryksun, miss-islington, xtreak, aeros |
| 2020-04-13 17:41:34 | steve.dower | set | messageid: <[email protected]> |
| 2020-04-13 17:41:34 | steve.dower | link | issue40214 messages |
| 2020-04-13 17:41:33 | steve.dower | create | |
|