https://github.com/python/cpython
Revision 91ea37c84af2dd5ea92802a4c2adad47861ac067 authored by Erlend Egeberg Aasland on 25 February 2021, 23:39:34 UTC, committed by GitHub on 25 February 2021, 23:39:34 UTC
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.
1 parent cc3df63
History
Tip revision: 91ea37c84af2dd5ea92802a4c2adad47861ac067 authored by Erlend Egeberg Aasland on 25 February 2021, 23:39:34 UTC
bpo-43290: Remove workaround from pysqlite_step() (GH-24638)
Tip revision: 91ea37c
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.9 KB
.gitignore -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 8.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 69.8 KB
README.rst -rw-r--r-- 10.0 KB
aclocal.m4 -rw-r--r-- 12.8 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 506.1 KB
configure.ac -rw-r--r-- 172.4 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 45.0 KB
setup.py -rw-r--r-- 110.4 KB

README.rst

back to top