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 pitrou
Recipients amaury.forgeotdarc, arigo, ghaering, jcea, pitrou, pxd
Date 2012-06-28.16:43:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340901829.98.0.692562407838.issue15108@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder why _pysqlite_fetch_one_row() releases the GIL around sqlite3_column_type(). By its name, it doesn't sound like an expensive function.

Another workaround would be to call PyTuple_SET_ITEM instead of PyTuple_SetItem.
History
Date User Action Args
2012-06-28 16:43:50pitrousetrecipients: + pitrou, arigo, jcea, ghaering, amaury.forgeotdarc, pxd
2012-06-28 16:43:49pitrousetmessageid: <1340901829.98.0.692562407838.issue15108@psf.upfronthosting.co.za>
2012-06-28 16:43:49pitroulinkissue15108 messages
2012-06-28 16:43:49pitroucreate