]> granicus.if.org Git - python/commit
Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent...
authorGerhard Häring <gh@ghaering.de>
Fri, 12 Sep 2008 22:33:22 +0000 (22:33 +0000)
committerGerhard Häring <gh@ghaering.de>
Fri, 12 Sep 2008 22:33:22 +0000 (22:33 +0000)
commite6872eb41710f14d35616b168f21d85c96d26ff7
tree264c63a5fea62107ede51bff3901c4b58eec18c7
parent6e1afcf9883f13bdf8808dc528e381f5c90a131b
Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes.
Misc/NEWS
Modules/_sqlite/cursor.c
Modules/_sqlite/statement.c