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

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...)

----------

_______________________________________
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