Issue 20818: 3.4 cherry pick: 5fa3f6d82d61 and a8470f88e7b4 - OS X installer use SQLite 3.8.3.1 (instead of 3.8.3) (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/65017

classification

Title: 3.4 cherry pick: 5fa3f6d82d61 and a8470f88e7b4 - OS X installer use SQLite 3.8.3.1 (instead of 3.8.3)
Type: Stage: commit review
Components: Build Versions: Python 3.4

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: larry Nosy List: larry, ned.deily, vstinner
Priority: release blocker Keywords:

Created on 2014-03-01 22:20 by ned.deily, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg212524 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-03-01 22:20
Update the OS X installer build to use SQLite 3.8.3.1 instead of 3.8.3 (see Issue20465).
msg212703 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-03-04 10:28
Links: changesets 5fa3f6d82d61 and a8470f88e7b4
msg212704 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-03-04 10:31
On OS X, the change looks useless: http://bugs.python.org/issue20465#msg212525 It can wait Python 3.4.0, but at the same time, the change looks safe.
msg212829 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-03-06 17:40
ok.
History
Date User Action Args
2022-04-11 14:57:59 admin set github: 65017
2014-03-06 17:40:05 larry set status: open -> closedresolution: fixedmessages: +
2014-03-04 10:31:07 vstinner set messages: +
2014-03-04 10:29:43 vstinner set title: 3.4 cherry pick: 5fa3f6d82d61 and a8470f88e7b4 - Windows and OS X installer use SQLite 3.8.3.1 (instead of 3.8.3) -> 3.4 cherry pick: 5fa3f6d82d61 and a8470f88e7b4 - OS X installer use SQLite 3.8.3.1 (instead of 3.8.3)
2014-03-04 10:29:18 vstinner set title: 3.4 cherry pick: 5fa3f6d82d61 and a8470f88e7b4 - OS X installer use SQLite 3.8.3.1 -> 3.4 cherry pick: 5fa3f6d82d61 and a8470f88e7b4 - Windows and OS X installer use SQLite 3.8.3.1 (instead of 3.8.3)
2014-03-04 10:28:43 vstinner set nosy: + vstinnermessages: +
2014-03-01 22:20:14 ned.deily create