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-25.08:08:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614240525.99.0.263426337411.issue43290@roundup.psfhosted.org>
In-reply-to
Content
> _pysqlite_query_execute() has one coverage gap: lines 478-488 (if (self->statement->in_use)) are never executed.

I wonder if it is possible at all to reach this branch. If it is not, then I'm pretty sure Cursor.in_use is redundant, and all code relating to it can be removed.
History
Date User Action Args
2021-02-25 08:08:46erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka, corona10
2021-02-25 08:08:45erlendaaslandsetmessageid: <1614240525.99.0.263426337411.issue43290@roundup.psfhosted.org>
2021-02-25 08:08:45erlendaaslandlinkissue43290 messages
2021-02-25 08:08:45erlendaaslandcreate