Aleksandr Balezin <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue37347> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
