-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to SQLite 3.40.1 in macOS and Windows installers #101759
Labels
3.10
only security fixes
3.11
only security fixes
3.12
bugs and security fixes
topic-installation
topic-sqlite3
type-feature
A feature request or enhancement
Comments
erlend-aasland
added
type-feature
A feature request or enhancement
topic-installation
3.11
only security fixes
3.10
only security fixes
3.12
bugs and security fixes
topic-sqlite3
labels
Feb 9, 2023
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Feb 9, 2023
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Feb 9, 2023
erlend-aasland
added a commit
that referenced
this issue
Feb 10, 2023
This was referenced Feb 10, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 10, 2023
…1761) (cherry picked from commit d40a23c) Co-authored-by: Erlend E. Aasland <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 10, 2023
…1761) (cherry picked from commit d40a23c) Co-authored-by: Erlend E. Aasland <[email protected]>
miss-islington
added a commit
that referenced
this issue
Feb 10, 2023
(cherry picked from commit d40a23c) Co-authored-by: Erlend E. Aasland <[email protected]>
miss-islington
added a commit
that referenced
this issue
Feb 10, 2023
(cherry picked from commit d40a23c) Co-authored-by: Erlend E. Aasland <[email protected]>
erlend-aasland
added a commit
that referenced
this issue
Feb 10, 2023
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Feb 10, 2023
…thonGH-101762). (cherry picked from commit 5d15224) Co-authored-by: Erlend E. Aasland <[email protected]>
This was referenced Feb 10, 2023
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Feb 10, 2023
…thonGH-101762). (cherry picked from commit 5d15224) Co-authored-by: Erlend E. Aasland <[email protected]>
carljm
added a commit
to carljm/cpython
that referenced
this issue
Feb 10, 2023
* main: Docs: Fix getstatus() -> getcode() typos (python#101296) Docs: use parameter list for sqlite3.Cursor.execute* (python#101782) pythongh-101763: Update bundled copy of libffi to 3.4.4 on Windows (pythonGH-101784) pythongh-101517: make bdb avoid looking up in linecache with lineno=None (python#101787) pythongh-101759: Update Windows installer to SQLite 3.40.1 (python#101762) pythongh-101277: Finalise isolating itertools (pythonGH-101305) pythongh-101759: Update macOS installer to SQLite 3.40.1 (python#101761)
erlend-aasland
added a commit
that referenced
this issue
Feb 10, 2023
erlend-aasland
added a commit
that referenced
this issue
Feb 10, 2023
ned-deily
added a commit
to ned-deily/cpython
that referenced
this issue
Mar 6, 2023
ned-deily
added a commit
that referenced
this issue
Mar 7, 2023
This was referenced Mar 7, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 7, 2023
…ngh-102485) (cherry picked from commit f9cdeb7) Co-authored-by: Ned Deily <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 7, 2023
…ngh-102485) (cherry picked from commit f9cdeb7) Co-authored-by: Ned Deily <[email protected]>
ned-deily
added a commit
that referenced
this issue
Mar 7, 2023
…02485) (GH-102488) (cherry picked from commit f9cdeb7) Co-authored-by: Ned Deily <[email protected]>
ned-deily
added a commit
that referenced
this issue
Mar 7, 2023
…02485) (GH-102489) (cherry picked from commit f9cdeb7) Co-authored-by: Ned Deily <[email protected]>
carljm
added a commit
to carljm/cpython
that referenced
this issue
Mar 7, 2023
* main: pythongh-102493: fix normalization in PyErr_SetObject (python#102502) pythongh-87092: compiler's CFG construction moved to after codegen stage (python#102320) pythongh-95913: Consolidate build requirements changes in 3.11 WhatsNew (pythonGH-98781) Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (python#102398) pythongh-95913: Edit Faster CPython section in 3.11 WhatsNew (pythonGH-98429) pythongh-90110: Fix the c-analyzer Tool (python#102483) pythongh-101759: Update macOS installer SQLite 3.40.1 checksum (pythongh-102485) Remove unused import of `warnings` from `unittest.loader` (python#102479) Add gettext support to tools/extensions/c_annotations.py (python#101989)
carljm
added a commit
to carljm/cpython
that referenced
this issue
Mar 8, 2023
* main: pythongh-102493: fix normalization in PyErr_SetObject (python#102502) pythongh-87092: compiler's CFG construction moved to after codegen stage (python#102320) pythongh-95913: Consolidate build requirements changes in 3.11 WhatsNew (pythonGH-98781) Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (python#102398) pythongh-95913: Edit Faster CPython section in 3.11 WhatsNew (pythonGH-98429) pythongh-90110: Fix the c-analyzer Tool (python#102483) pythongh-101759: Update macOS installer SQLite 3.40.1 checksum (pythongh-102485) Remove unused import of `warnings` from `unittest.loader` (python#102479) Add gettext support to tools/extensions/c_annotations.py (python#101989)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.10
only security fixes
3.11
only security fixes
3.12
bugs and security fixes
topic-installation
topic-sqlite3
type-feature
A feature request or enhancement
SQLite 3.40.1 has been out for more than one month now. Suggesting to bump in all active branches (main/3.12 through 3.10).
See also the SQLite 3.40 release log
Linked PRs
The text was updated successfully, but these errors were encountered: