[New-bugs-announce] [issue43350] [sqlite3] Active statements are reset twice in _pysqlite_query_execute()

Erlend Egeberg Aasland report at bugs.python.org
Mon Mar 1 04:52:49 EST 2021


New submission from Erlend Egeberg Aasland <erlend.aasland at innova.no>:

In _pysqlite_query_execute(), if the cursor already has a statement object, it is reset twice before the cache is queried.

----------
components: Library (Lib)
messages: 387850
nosy: berker.peksag, erlendaasland, serhiy.storchaka
priority: normal
severity: normal
status: open
title: [sqlite3] Active statements are reset twice in _pysqlite_query_execute()
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43350>
_______________________________________


More information about the New-bugs-announce mailing list