[issue44326] [sqlite3] remove unused members from pysqlite_Statement

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


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

The "sql" member is also unused. Removing this will make the tp_clear method redundant, as there are no PyObjects to clear anymore.

----------
title: [sqlite3] remove unused db member from pysqlite_Statement -> [sqlite3] remove unused members from pysqlite_Statement

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


More information about the Python-bugs-list mailing list