ANN: PySQLite 0.5.1

Gerhard Häring gh at ghaering.de
Tue Jul 6 13:21:33 EDT 2004


Irmen de Jong wrote:
> Gerhard Häring wrote:
> 
>> PySQLite makes the embedded database engine SQLite available to Python 
>> programmers via the DB-API interface.
>>
>> I've just released PySQLite 0.5.1, a looooooooong overdue bugfix 
>> release for 0.5.0 released in last December.
> 
> Gerhard,
> do you recommend compiling Sqlite with or without the THREADSAFE=1 option?

With. Otherwise you'll run into problems as soon as you use PySQLite in 
a multithreaded program.

-- Gerhard



More information about the Python-list mailing list