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 ghaering
Recipients ghaering
Date 2008-09-12.13:57:28
SpamBayes Score 3.4136942e-06
Marked as misclassified No
Message-id <1221227876.91.0.178214200062.issue3846@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2008-09-12 13:57:57ghaeringsetrecipients: + ghaering
2008-09-12 13:57:56ghaeringsetmessageid: <1221227876.91.0.178214200062.issue3846@psf.upfronthosting.co.za>
2008-09-12 13:57:29ghaeringlinkissue3846 messages
2008-09-12 13:57:29ghaeringcreate