[Python-Dev] pysqlite for 2.5?

"Martin v. Löwis" martin at v.loewis.de
Fri Mar 31 07:47:10 CEST 2006


Terry Reedy wrote:
> "Gerhard Häring" <gh at ghaering.de> wrote in message 
> news:442C03D4.1090000 at ghaering.de...
>> I proposed to link dynamically on Windows, and ship the Windows
>> SQLite3.DLL. This has two advantages:
>>
>> - Python users can upgrade the SQLite3.DLL by a simple download from in
>> case of emergency
> 
> +1 and thanks from a Windows user

This binary depends on msvcrt.dll. Does anybody know whether this could
cause a problem? IOW, is any of the forbidden API used across the DLL
boundary (in particular: memory management, stdio, locales)?

Regards,
Martin


More information about the Python-Dev mailing list