classification
Title: Upgrade to SQLite v3.32 in Windows and macOS builds
Type: Stage: patch review
Components: macOS, Windows Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: erlendaasland, miss-islington, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2020-05-23 10:32 by erlendaasland, last changed 2020-06-08 02:43 by miss-islington.

Pull Requests
URL Status Linked Edit
PR 20520 open erlendaasland, 2020-05-29 19:01
PR 20705 merged ned.deily, 2020-06-08 02:05
PR 20706 merged miss-islington, 2020-06-08 02:24
PR 20707 merged miss-islington, 2020-06-08 02:24
PR 20708 merged miss-islington, 2020-06-08 02:25
Messages (11)
msg369711 - (view) Author: Erlend Egeberg Aasland (erlendaasland) * Date: 2020-05-23 10:32
SQLite 3.32.0 is out: https://www.sqlite.org/releaselog/3_32_0.html

I'll preparing a PR for cpython-source-deps and cpython.
msg369915 - (view) Author: Erlend Egeberg Aasland (erlendaasland) * Date: 2020-05-25 19:49
Patch release is out now: https://www.sqlite.org/releaselog/3_32_1.html
msg370056 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-05-27 08:58
Note: Issue40784 documents a test failure introduced by running with v3.32+.
msg370075 - (view) Author: Erlend Egeberg Aasland (erlendaasland) * Date: 2020-05-27 13:26
Ready with PR as soon as GH-20448 is merged and cpython-source-deps (https://github.com/python/cpython-source-deps/pull/19) is merged and tagged.
msg370332 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-05-29 18:53
I've checked and merged the cpython-source-deps update. (For everyone's info, I downloaded the sources myself and checked hashes/etc. as per normal, even though I eventually merged the PR and tagged it manually.)
msg370333 - (view) Author: Erlend Egeberg Aasland (erlendaasland) * Date: 2020-05-29 18:55
Thanks, Steve!
msg370851 - (view) Author: Erlend Egeberg Aasland (erlendaasland) * Date: 2020-06-06 20:06
SQLite 3.32.2 is out: https://www.sqlite.org/releaselog/3_32_2.html

From the changelog:
Fix a long-standing bug in the byte-code engine that can cause a COMMIT command report as success when in fact it failed to commit. Ticket 810dc8038872e212

I've created a PR for cpython-source-deps.
msg370949 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-06-08 02:24
New changeset 37eed5a9ee7c802e7151ee9939ed604032886639 by Ned Deily in branch 'master':
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
https://github.com/python/cpython/commit/37eed5a9ee7c802e7151ee9939ed604032886639
msg370950 - (view) Author: miss-islington (miss-islington) Date: 2020-06-08 02:42
New changeset d1c449a5c6e1cd1f245ec8b721c0f32675d63872 by Miss Islington (bot) in branch '3.7':
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
https://github.com/python/cpython/commit/d1c449a5c6e1cd1f245ec8b721c0f32675d63872
msg370951 - (view) Author: miss-islington (miss-islington) Date: 2020-06-08 02:43
New changeset 1e72fb2b78277c89b66e92396c84da912a8fa81f by Miss Islington (bot) in branch '3.9':
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
https://github.com/python/cpython/commit/1e72fb2b78277c89b66e92396c84da912a8fa81f
msg370952 - (view) Author: miss-islington (miss-islington) Date: 2020-06-08 02:43
New changeset 264e4fd9619dfab3d9de7f78a46efd8772b03ea6 by Miss Islington (bot) in branch '3.8':
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
https://github.com/python/cpython/commit/264e4fd9619dfab3d9de7f78a46efd8772b03ea6
History
Date User Action Args
2020-06-08 02:43:43miss-islingtonsetmessages: + msg370952
2020-06-08 02:43:16miss-islingtonsetmessages: + msg370951
2020-06-08 02:42:24miss-islingtonsetmessages: + msg370950
2020-06-08 02:25:01miss-islingtonsetpull_requests: + pull_request19923
2020-06-08 02:24:53miss-islingtonsetpull_requests: + pull_request19922
2020-06-08 02:24:46miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request19921
2020-06-08 02:24:41ned.deilysetmessages: + msg370949
2020-06-08 02:05:34ned.deilysetpull_requests: + pull_request19920
2020-06-07 07:36:33erlendaaslandsettitle: Upgrade to SQLite v3.32.1 in Windows and macOS builds -> Upgrade to SQLite v3.32 in Windows and macOS builds
2020-06-06 20:06:22erlendaaslandsetmessages: + msg370851
2020-06-01 19:09:12vstinnersetnosy: - vstinner
2020-05-29 19:01:58erlendaaslandsetkeywords: + patch
stage: patch review
pull_requests: + pull_request19764
2020-05-29 18:55:01erlendaaslandsetmessages: + msg370333
2020-05-29 18:53:49steve.dowersetmessages: + msg370332
2020-05-27 13:26:50erlendaaslandsetmessages: + msg370075
2020-05-27 13:17:35erlendaaslandsetnosy: + vstinner
2020-05-27 08:58:15ned.deilysetmessages: + msg370056
2020-05-25 19:49:11erlendaaslandsetmessages: + msg369915
2020-05-25 19:48:31erlendaaslandsettitle: Upgrade to SQLite v3.32.0 in Windows and macOS builds -> Upgrade to SQLite v3.32.1 in Windows and macOS builds
2020-05-23 10:32:38erlendaaslandcreate