Senthil Kumaran added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27113> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com