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, serhiy.storchaka
Date 2021-02-24.23:23:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614209005.71.0.705817005577.issue43290@roundup.psfhosted.org>
In-reply-to
Content
Regarding test coverage:

_pysqlite_query_execute() has one coverage gap: lines 478-488 (if (self->statement->in_use)) are never executed. Except from that, the only missing are the hard-to-trigger goto error's (for example PyList_New and PyList_Append failures). I'm not sure if it's possible to trigger this, but I cannot see that it is relevant for our case here.

Coverage for the other users of pysqlite_step is as complete as it can be; only the standard corner error cases are missing.
History
Date User Action Args
2021-02-24 23:23:25erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka, corona10
2021-02-24 23:23:25erlendaaslandsetmessageid: <1614209005.71.0.705817005577.issue43290@roundup.psfhosted.org>
2021-02-24 23:23:25erlendaaslandlinkissue43290 messages
2021-02-24 23:23:25erlendaaslandcreate