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, felixxm, ghaering, serhiy.storchaka
Date 2021-03-02.12:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614687029.32.0.692974314271.issue43368@roundup.psfhosted.org>
In-reply-to
Content
sqlite3_column_blob() should be handled like sqlite3_value_blob() in GH-24674:

In case of NULL, check sqlite3_errcode() and raise MemoryError if needed. Else it's a zero-sized blob.
History
Date User Action Args
2021-03-02 12:10:29erlendaaslandsetrecipients: + erlendaasland, ghaering, berker.peksag, serhiy.storchaka, felixxm
2021-03-02 12:10:29erlendaaslandsetmessageid: <1614687029.32.0.692974314271.issue43368@roundup.psfhosted.org>
2021-03-02 12:10:29erlendaaslandlinkissue43368 messages
2021-03-02 12:10:28erlendaaslandcreate