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.

classification
Title: Begging for review
Type: Stage:
Components: Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: ghaering, josiah.carlson, loewis
Priority: normal Keywords:

Created on 2008-09-12 14:03 by ghaering, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unnamed ghaering, 2008-09-12 14:03
Messages (3)
msg73087 - (view) Author: Gerhard Häring (ghaering) * (Python committer) Date: 2008-09-12 14:03
Could one of you please give me a review for the trivial patch at 
http://bugs.python.org/issue3846  It releases the GIL around 
sqlite3_prepare calls to improve concurrency.

Many thanks

-- Gerhard
msg73109 - (view) Author: Gerhard Häring (ghaering) * (Python committer) Date: 2008-09-12 17:58
I accidentally created this issue
msg73110 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-09-12 17:59
I don't think you meant to send this to the tracker.
History
Date User Action Args
2022-04-11 14:56:39adminsetgithub: 48097
2008-09-12 17:59:03loewissetnosy: + loewis
messages: + msg73110
2008-09-12 17:58:59ghaeringsetstatus: open -> closed
resolution: not a bug
messages: + msg73109
2008-09-12 14:03:57ghaeringcreate