This issue tracker will soon become read-only and move to GitHub.
For a smoother transition, remember to log in and link your GitHub username to your profile.
For more information, see this post about the migration.

classification
Title: Update Windows and MacOS installer to SQLite 3.38.1
Type: enhancement Stage: resolved
Components: macOS, Windows Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: erlendaasland, felixxm, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, xtreak, zach.ware
Priority: normal Keywords: patch

Created on 2022-03-03 08:27 by felixxm, last changed 2022-03-15 19:09 by erlendaasland. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31655 merged felixxm, 2022-03-03 08:36
PR 31656 merged felixxm, 2022-03-03 08:42
Messages (10)
msg414412 - (view) Author: Mariusz Felisiak (felixxm) * Date: 2022-03-03 08:27
SQLite 3.37.0 was released on 2022-02-22: https://sqlite.org/releaselog/3_38_0.html
msg414413 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2022-03-03 08:32
+1 for SQLite 3.38.0.
msg414414 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2022-03-03 08:49
Steve, would you mind updating the cpython sources repo? (No hurry; let's see if a patch release surfaces first.)
msg415015 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-12 21:23
https://sqlite.org/releaselog/3_38_1.html
msg415251 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-15 15:04
New changeset ea786a882b9ed4261eafabad6011bc7ef3b5bf94 by Mariusz Felisiak in branch 'main':
bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)
https://github.com/python/cpython/commit/ea786a882b9ed4261eafabad6011bc7ef3b5bf94
msg415265 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2022-03-15 16:55
New changeset a8c728b8b742fd8ca5a225f79d99014794b8fdf3 by Mariusz Felisiak in branch 'main':
bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655)
https://github.com/python/cpython/commit/a8c728b8b742fd8ca5a225f79d99014794b8fdf3
msg415266 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2022-03-15 16:55
Was there any reason/need to backport this?
msg415269 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-15 17:18
I think we can hold off on deciding whether to backport until at least the next round of bugfix releases. I don't know of any pressing reason one way or the other, ATM.
msg415270 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2022-03-15 17:20
Updating to SQLite 3.37 was backported because of a data corruption bug that was fixed. AFAIK, there’s nothing like that in 3.38. I would prefer waiting to see if more patch releases appear. (That was also my intent, given how many patch releases we saw with 3.35; I’ll start using the dont-merge label from now on.)
msg415271 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2022-03-15 17:21
Closing this tonight, unless someone objects.
History
Date User Action Args
2022-03-15 19:09:47erlendaaslandsetstatus: pending -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-15 17:21:45erlendaaslandsetstatus: open -> pending

messages: + msg415271
2022-03-15 17:20:23erlendaaslandsetmessages: + msg415270
2022-03-15 17:18:03ned.deilysetmessages: + msg415269
2022-03-15 16:55:32steve.dowersetmessages: + msg415266
2022-03-15 16:55:21steve.dowersetmessages: + msg415265
2022-03-15 15:04:52ned.deilysetmessages: + msg415251
2022-03-12 21:23:30ned.deilysetmessages: + msg415015
title: Update Windows and MacOS installer to SQLite 3.38.0. -> Update Windows and MacOS installer to SQLite 3.38.1
2022-03-04 10:00:41xtreaksetnosy: + xtreak
2022-03-03 08:49:14erlendaaslandsetmessages: + msg414414
2022-03-03 08:42:34felixxmsetpull_requests: + pull_request29774
2022-03-03 08:36:28felixxmsetkeywords: + patch
stage: patch review
pull_requests: + pull_request29773
2022-03-03 08:32:12erlendaaslandsetmessages: + msg414413
2022-03-03 08:27:32felixxmcreate