Skip to content

Commit 7b8bc27

Browse files
Merge remote-tracking branch 'upstream/main' into swap_fast
2 parents 37064ec + 9825832 commit 7b8bc27

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1937
-1267
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,4 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
persist-credentials: false
25-
- uses: actions/setup-python@v5
26-
with:
27-
python-version: "3.x"
28-
- uses: pre-commit/action@v3.0.1
25+
- uses: j178/prek-action@v1

.github/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuration for the zizmor static analysis tool, run via pre-commit in CI
1+
# Configuration for the zizmor static analysis tool, run via prek in CI
22
# https://woodruffw.github.io/zizmor/configuration/
33
rules:
44
dangerous-triggers:

Doc/whatsnew/3.15.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,13 @@ argparse
428428
inline code when color output is enabled.
429429
(Contributed by Savannah Ostrowski in :gh:`142390`.)
430430

431+
base64 & binascii
432+
-----------------
433+
434+
* CPython's underlying base64 implementation now encodes 2x faster and decodes 3x
435+
faster thanks to simple CPU pipelining optimizations.
436+
(Contributed by Gregory P. Smith & Serhiy Storchaka in :gh:`143262`.)
437+
431438
calendar
432439
--------
433440

Include/internal/pycore_opcode_metadata.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)