[Python-Dev] sqlite3 module and thread-safe SQLite library

2019年12月17日 12:30:53 -0800

We ran into an issue where having the SQLite library built with 
-DSQLITE_THREADSAFE=0,
but then the sqlite3 module (really, the _sqlite3.so0 crashing in threading 
code. So I have
to ask if it is intended that the sqlite3 Python module always be built with a 
thread safe
SQLite library.
Thanks,
Tom
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/PKHFTUQSLXWYOZNX4QMSNCPAF5Y3TL2H/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to