On Mon, Apr 06, 2020 at 07:03:30PM -0700, Guido van Rossum wrote:
> After 30 years am I not allowed to take new information into account and
> consider a change of heart? :-)
Of course :-)
--
Steven
___
Python-Dev mailing list -- python-dev@python.org
Thanks Steve for the solution and Kyle for confirming it wasn't me! After
the latest merge from master my PR's tests all pass, so I'm happy.
On Tue, Apr 7, 2020 at 3:33 AM Steve Dower wrote:
> FWIW, this test is meant to verify that the old, unsafe DLL load logic
> still works.
>
> I suspect wha
FWIW, this test is meant to verify that the old, unsafe DLL load logic
still works.
I suspect what has happened here is that a new VM image has been rolled
out and another app has installed an incompatible _sqlite3.dll on PATH
(most likely another copy of Python :) ), thereby proving why the o