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-02-22.20:13:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614024830.66.0.37107959551.issue43296@roundup.psfhosted.org>
In-reply-to
Content
Related:
If sqlite3_value_blob() returns NULL, we should check if sqlite3_errcode() equals SQLITE_NOMEM and raise MemoryError if it does.

If not, we should initialise cur_py_value to None, because as the PyBytes_FromStringAndSize docs says: "If v is NULL, the contents of the bytes object are uninitialized."
History
Date User Action Args
2021-02-22 20:13:50erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka
2021-02-22 20:13:50erlendaaslandsetmessageid: <1614024830.66.0.37107959551.issue43296@roundup.psfhosted.org>
2021-02-22 20:13:50erlendaaslandlinkissue43296 messages
2021-02-22 20:13:50erlendaaslandcreate