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, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-04-07.10:29:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586255364.5.0.712132326305.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 :)

If we're not already overriding PATH for the subprocess in this test (should only need "%SystemRoot%;%SystemRoot%\System32"), we may have to. Though if someone is installing an incompatible _sqlite3.dll into a system directory then we're in a bit of trouble.

Disabling this part of the test as inherently untestable because it's an inherently unsafe operation is fine by me :)
History
Date User Action Args
2020-04-07 10:29:24steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, aeros
2020-04-07 10:29:24steve.dowersetmessageid: <1586255364.5.0.712132326305.issue40214@roundup.psfhosted.org>
2020-04-07 10:29:24steve.dowerlinkissue40214 messages
2020-04-07 10:29:24steve.dowercreate