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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ghaering, loewis
Date 2008-09-13.12:47:54
SpamBayes Score 0.00026538395
Marked as misclassified No
Message-id <1221310076.04.0.288437201365.issue3853@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that it is already the case. On Windows, a one-big-source-file
version of sqlite is used, fetched from
http://svn.python.org/projects/external/sqlite-3.5.9 
(see Tools/buildbot/external-common.bat)

and in this file, SQLITE_THREADSAFE is always set to 1, unless you
explicitely compile with "THREADSAFE=0".
History
Date User Action Args
2008-09-13 12:47:56amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, ghaering
2008-09-13 12:47:56amaury.forgeotdarcsetmessageid: <1221310076.04.0.288437201365.issue3853@psf.upfronthosting.co.za>
2008-09-13 12:47:55amaury.forgeotdarclinkissue3853 messages
2008-09-13 12:47:55amaury.forgeotdarccreate