Message 378829 - Python tracker
Message378829
| Author | erlendaasland |
|---|---|
| Recipients | berker.peksag, corona10, erlendaasland, vstinner |
| Date | 2020-10-17.20:30:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1602966600.3.0.190683243988.issue42064@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Instead of using a custom context struct for sqlite3_create_funcion_v2(), we may just use sqlite3_context_db_handle() to get `self`, and then fetch the state using PyType_GetModuleState(Py_TYPE(self)). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-10-17 20:30:00 | erlendaasland | set | recipients: + erlendaasland, vstinner, berker.peksag, corona10 |
| 2020-10-17 20:30:00 | erlendaasland | set | messageid: <1602966600.3.0.190683243988.issue42064@roundup.psfhosted.org> |
| 2020-10-17 20:30:00 | erlendaasland | link | issue42064 messages |
| 2020-10-17 20:30:00 | erlendaasland | create | |