Message 164273 - Python tracker
Message164273
| 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:50 | pitrou | set | recipients: + pitrou, arigo, jcea, ghaering, amaury.forgeotdarc, pxd |
| 2012-06-28 16:43:49 | pitrou | set | messageid: <1340901829.98.0.692562407838.issue15108@psf.upfronthosting.co.za> |
| 2012-06-28 16:43:49 | pitrou | link | issue15108 messages |
| 2012-06-28 16:43:49 | pitrou | create | |