Message400205
| Author | petr.viktorin |
|---|---|
| Recipients | berker.peksag, corona10, erlendaasland, miss-islington, petr.viktorin, vstinner |
| Date | 2021-08-24.12:22:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1629807725.65.0.462500544499.issue42064@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I think the module could use a more comprehensive review for GIL handling, rather than doing it piecewise in individual PRs. I recommend that any function passed to SQLite (and only those) should - be named `*_callback`, for clarity - acquire the GIL at the very start - release the GIL at the very end |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-24 12:22:05 | petr.viktorin | set | recipients: + petr.viktorin, vstinner, berker.peksag, corona10, miss-islington, erlendaasland |
| 2021-08-24 12:22:05 | petr.viktorin | set | messageid: <1629807725.65.0.462500544499.issue42064@roundup.psfhosted.org> |
| 2021-08-24 12:22:05 | petr.viktorin | link | issue42064 messages |
| 2021-08-24 12:22:05 | petr.viktorin | create | |