New submission from Gerhard Häring <[EMAIL PROTECTED]>: I'd really like this change to get into Python 2.6. It's pretty trivial (just releases the GIL when compiling SQLite statements), but improves concurrency for SQLite. This means less "database is locked" errors for our users.
Could somebody please review this and give me an ok to check it in? ---------- assignee: ghaering files: sqlite_concurrency_prepare.diff keywords: patch messages: 73086 nosy: ghaering severity: normal status: open title: sqlite3 module: Improved concurrency type: performance versions: Python 2.6 Added file: http://bugs.python.org/file11473/sqlite_concurrency_prepare.diff _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3846> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com