diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2022-04-05 12:54:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 12:54:47 (GMT) |
commit | f1606a5ba50bdc4e7d335d62297b4b4043a25e6e (patch) | |
tree | 52cc9f04d2d3df8a96ca9bdc6781ec9c5377b600 /Misc | |
parent | 0aa8d5cbd89cf3b61d7e8626f3a7b9c4881dfd70 (diff) | |
download | cpython-f1606a5ba50bdc4e7d335d62297b4b4043a25e6e.zip cpython-f1606a5ba50bdc4e7d335d62297b4b4043a25e6e.tar.gz cpython-f1606a5ba50bdc4e7d335d62297b4b4043a25e6e.tar.bz2 |
bpo-45774: Harden SQLite detection (GH-30016)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-03-04-21-24-02.bpo-45774.9AhC0r.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-03-04-21-24-02.bpo-45774.9AhC0r.rst b/Misc/NEWS.d/next/Build/2022-03-04-21-24-02.bpo-45774.9AhC0r.rst new file mode 100644 index 0000000..0bfc986 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-03-04-21-24-02.bpo-45774.9AhC0r.rst @@ -0,0 +1,2 @@ +``configure`` now verifies that all SQLite C APIs needed for the +:mod:`sqlite3` extension module are found. |