Ned Deily added the comment:
Python source releases do not include SQLite: the build process links Python
with a system-supplied SQLite library or some local copy supplied by the
builder, depending on the platform and the build setters. The pre-built
versions of Python for Windows and macOS
New submission from Jonathan :
The current version of SQLite (in Python 3.6) is 3.7.17 which was released
almost 5 years ago - https://www.sqlite.org/releaselog/3_7_17.html
Given that user updating of the version of SQLite used by Python is something
of a pain (and the process is different acr