[issue40784] test_sqlite: CheckFuncDeterministic() fails with SQLite 3.32

STINNER Victor report at bugs.python.org
Fri May 29 08:28:26 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Python 3.8 and Python 3.9 are also affected, I created backports.

Python 3.7 is not affected: deterministic parameter was added to Python 3.8.
https://docs.python.org/dev/library/sqlite3.html#sqlite3.Connection.create_function

----------
versions: +Python 3.8, Python 3.9

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


More information about the Python-bugs-list mailing list