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, erlendaasland, serhiy.storchaka
Date 2021-03-02.12:37:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614688659.29.0.386186084124.issue43369@roundup.psfhosted.org>
In-reply-to
Content
If sqlite3_column_text() and sqlite3_column_blob() return NULL and sqlite3_errcode() returns SQLITE_NOMEM, we should raise MemoryError and bail.
History
Date User Action Args
2021-03-02 12:37:39erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka
2021-03-02 12:37:39erlendaaslandsetmessageid: <1614688659.29.0.386186084124.issue43369@roundup.psfhosted.org>
2021-03-02 12:37:39erlendaaslandlinkissue43369 messages
2021-03-02 12:37:39erlendaaslandcreate