[issue37347] Reference-counting problem in sqlite

Aleksandr Balezin report at bugs.python.org
Mon Jun 24 07:16:12 EDT 2019


Aleksandr Balezin <gescheit12 at gmail.com> added the comment:

At my point of view, dererencing from sqlite destructor has next flaws:
- relying on external library which can has bugs
- using different routine for reference-counting(complicates code)
- loosing support for old sqlite version

Of cause, if it's necessary to use sqlite3_create_function_v2, I'm ready to make appropriate changes.

----------

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


More information about the Python-bugs-list mailing list