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 eryksun
Recipients aeros, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-04-07.15:42:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586274176.76.0.847832233735.issue40214@roundup.psfhosted.org>
In-reply-to
Content
> Maybe something else was installed that put an incompatible 
> _sqlite3.dll on PATH? Thereby proving the inherent risk of 
> using unsafe DLL load settings 

should_pass() sets the working directory of the test process to the `tmp` directory. The loader normally checks the working directory before PATH. But maybe the system itself is configured to disallow loading DLLs from the working directory. There's a registry setting for that, but it's little known and rarely used because it's disruptive in general.
History
Date User Action Args
2020-04-07 15:42:56eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, aeros
2020-04-07 15:42:56eryksunsetmessageid: <1586274176.76.0.847832233735.issue40214@roundup.psfhosted.org>
2020-04-07 15:42:56eryksunlinkissue40214 messages
2020-04-07 15:42:56eryksuncreate