[issue44329] [sqlite3] refactor pysqlite_statement_create

Pablo Galindo Salgado report at bugs.python.org
Sun Jun 6 19:34:57 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> Yes, we need to allocate/track every time. I just propose to do so as late as possible, in order to avoid allocating a PyObject before we know if it is possible to actually create the statement.

That describes much better the intent :)

----------

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


More information about the Python-bugs-list mailing list