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 orsenthil
Recipients Dave Sawyer, berker.peksag, docs@python, orsenthil, takluyver
Date 2016-06-02.21:14:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464902062.5.0.34092859846.issue27113@psf.upfronthosting.co.za>
In-reply-to
Content
Dave, your patch looks good to me.

Did you see the comment from Trevor on your first patch?

>> According to the sqlite docs (http://www.sqlite.org/threadsafe.html), the
default mode is 'serialized', which does the necessary locking for threads to
share a connection. Unless Python is overriding this to use one of the less
protected modes, it shouldn't be necessary to use extra locks around it.

This had prompted me to remove extra line on asking users to take care of synchronization.
History
Date User Action Args
2016-06-02 21:14:22orsenthilsetrecipients: + orsenthil, docs@python, takluyver, berker.peksag, Dave Sawyer
2016-06-02 21:14:22orsenthilsetmessageid: <1464902062.5.0.34092859846.issue27113@psf.upfronthosting.co.za>
2016-06-02 21:14:22orsenthillinkissue27113 messages
2016-06-02 21:14:22orsenthilcreate