[issue32215] sqlite3 400x-600x slower depending on formatting of an UPDATE statement in a string

Antoine Pitrou report at bugs.python.org
Tue Dec 5 15:57:02 EST 2017


Antoine Pitrou <pitrou at free.fr> added the comment:

Brian, does the speed difference disappear when you add a space character just after "UPDATE"?
We may be hitting this path: https://github.com/python/cpython/blob/master/Modules/_sqlite/statement.c#L76-L93

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list