SIGN IN SIGN UP

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.
E
Erlend Egeberg Aasland committed
91ea37c84af2dd5ea92802a4c2adad47861ac067
Parent: cc3df63
Committed by GitHub <noreply@github.com> on 2/25/2021, 11:39:34 PM