-
-
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 ourterms of serviceand privacy statement.We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump SQLite to 3.42.0 on Windows and macOS installers #104623
Labels
Comments
erlend-aasland
added a commit
to erlend-aasland/c Python
that referenced
this issue
May 18, 2023
erlend-aasland
added a commit
to erlend-aasland/c Python
that referenced
this issue
May 18, 2023
erlend-aasland
added a commit
that referenced
this issue
May 18, 2023
erlend-aasland
added a commit
to erlend-aasland/c Python
that referenced
this issue
May 18, 2023
erlend-aasland
added a commit
that referenced
this issue
May 18, 2023
carljm
added a commit
to carljm/c Python
that referenced
this issue
May 18, 2023
* main: Python gh-74690:Don't set special protocol attributes on non-protocol subclasses of protocols (Python #104622) Python gh-104623:Update Windows installer to use SQLite 3.42.0 (Python #104625) Python gh-104050:Add more type annotations to Argument Clinic (Python #104628) Python gh-104629:Don't skip test_clinic if _testclinic is missing (Python #104630) Python gh-104549:Set __module__ on TypeAliasType (Python #104550) Python gh-104050:Improve some typing around `default`s and sentinel values (Python #104626) Python gh-104146:Remove unused vars from Argument Clinic (Python #104627) Python gh-104615:don't make unsafe swaps in apply_static_swaps (Python #104620) Python GH-104484:Add case_sensitive argument to `pathlib.PurePath.match()` (Python GH-104565) Python GH-96803:Document and test new unstable internal frame API functions (Python GH-104211) Python GH-104580:Don't cache eval breaker in interpreter (Python GH-104581)
ned-deily
pushed a commit
that referenced
this issue
May 19, 2023
ned-deily
pushed a commit
that referenced
this issue
May 19, 2023
carljm
added a commit
to gsallam/c Python _with_perfmap_apii
that referenced
this issue
May 20, 2023
* main: (30 commits) Python gh-103987:fix several crashes in mmap module (Python #103990) docs: fix wrong indentation causing rendering error in dis page (Python #104661) Python gh-94906:Support multiple steps in math.nextafter (Python #103881) Python gh-104472:Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is enabled (Python #104667) Python gh-103839:Allow building Tkinter against Tcl 8.7 without external libtommath (Python GH-103842) Python gh-85984:New additions and improvements to the tty library. (Python #101832) Python gh-104659:Consolidate Python examples in enum documentation (Python #104665) Python gh-92248:Deprecate `type`, `choices`, `metavar` parameters of `argparse.BooleanOptionalAction` (Python #103678) Python gh-104645:fix error handling in marshal tests (Python #104646) Python gh-104600:Make type.__type_params__ writable (Python #104634) Python gh-104602:Add additional test for listcomp with lambda (Python #104639) Python gh-104640:Disallow walrus in comprehension within type scopes (Python #104641) Python gh-103921:Rename "type" header in argparse docs (Python #104654) Improve readability of `typing._ProtocolMeta.__instancecheck__` (Python #104649) Python gh-96522:Fix deadlock in pty.spawn (Python #96639) Python GH-102818:Do not call `PyTraceBack_Here` in sys.settrace trampoline. (Python GH-104579) Python GH-103545:Add macOS specific constants for ``os.setpriority`` to ``os`` (Python #104606) Python gh-104623:Update macOS installer to SQLite 3.42.0 (Python GH-104624) Python gh-104619:never leak comprehension locals to outer locals() (Python #104637) Python gh-104602:ensure all cellvars are known up front (Python #104603) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SQLite 3.42.0 wasreleased recently.Let's just bump the installers now. If patch releases appear (they probably will), we can just bump those during the beta.
See also#102997 (comment)
cc.@felixxm
Linked PRs
The text was updated successfully, but these errors were encountered: