[issue44329] [sqlite3] refactor pysqlite_statement_create

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


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

>  will avoid unneeded allocations/GC tracking,

I am not sure what you mean, in the happy path you still need to GC track and allocate.

----------
nosy: +pablogsal

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


More information about the Python-bugs-list mailing list