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 erlendaasland
Recipients berker.peksag, corona10, erlendaasland, vstinner
Date 2020-10-17.20:46:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602967569.18.0.615835259667.issue42064@roundup.psfhosted.org>
In-reply-to
Content
No, unless we can add `self` as a private context to a sqlite3 database handle, we can't use that shortcut. However, using a custom context struct works, and it's a minor code change.

Proof-of-concept implementation diffstat:
 2 files changed, 54 insertions(+), 10 deletions(-)
History
Date User Action Args
2020-10-17 20:46:09erlendaaslandsetrecipients: + erlendaasland, vstinner, berker.peksag, corona10
2020-10-17 20:46:09erlendaaslandsetmessageid: <1602967569.18.0.615835259667.issue42064@roundup.psfhosted.org>
2020-10-17 20:46:09erlendaaslandlinkissue42064 messages
2020-10-17 20:46:09erlendaaslandcreate