]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43290: Remove workaround from pysqlite_step() (GH-24638)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 25 Feb 2021 23:39:34 +0000 (00:39 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Feb 2021 23:39:34 +0000 (01:39 +0200)
commit91ea37c84af2dd5ea92802a4c2adad47861ac067
tree1db9cbd43c1b98519926cd9f35b35c237eeac269
parentcc3df6368d4f3f6c9c9b716876c7e7b79c7abf3f
bpo-43290: Remove workaround from pysqlite_step() (GH-24638)

From the SQLite 3.5.3 changelog:

sqlite3_step() returns SQLITE_MISUSE instead of crashing when called
with a NULL parameter.

The workaround no longer needed because we no longer support
SQLite releases older than 3.7.15.
Modules/_sqlite/util.c