[New-bugs-announce] [issue44326] [sqlite3] remove unused db member from pysqlite_Statement

Erlend E. Aasland report at bugs.python.org
Sun Jun 6 17:27:15 EDT 2021


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

The db member of pysqlite_Statement is only "used" in the __init__ method. Suggesting to remove this. A couple of lines less of code, a couple of bytes less per statement object.

----------
assignee: erlendaasland
components: Extension Modules
messages: 395216
nosy: erlendaasland
priority: low
severity: normal
status: open
title: [sqlite3] remove unused db member from pysqlite_Statement
type: enhancement

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


More information about the New-bugs-announce mailing list