Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.13] gh-145264: Do not ignore excess Base64 data after the first padded quad (GH-145267) (GH-146326)#146348

Merged
ambv merged 1 commit intopython:3.13from
miss-islington:backport-e31c551-3.13
Mar 23, 2026
Merged

[3.13] gh-145264: Do not ignore excess Base64 data after the first padded quad (GH-145267) (GH-146326)#146348
ambv merged 1 commit intopython:3.13from
miss-islington:backport-e31c551-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedMar 23, 2026
edited by bedevere-appbot
Loading

Base64 decoder (see binascii.a2b_base64(), base64.b64decode(), etc)
no longer ignores excess data after the first padded quad in non-strict
(default) mode. Instead, in conformance with RFC 4648, it ignores the
pad character, "=", if it is present before the end of the encoded data.
(cherry picked from commit4561f64)
(cherry picked from commite31c551)

Co-authored-by: Serhiy Storchakastorchaka@gmail.com

…rst padded quad (pythonGH-145267) (pythonGH-146326)Base64 decoder (see binascii.a2b_base64(), base64.b64decode(), etc)no longer ignores excess data after the first padded quad in non-strict(default) mode.  Instead, in conformance with RFC 4648, it ignores thepad character, "=", if it is present before the end of the encoded data.(cherry picked from commit4561f64)(cherry picked from commite31c551)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@ambvambv merged commit1f9958f intopython:3.13Mar 23, 2026
43 checks passed
@miss-islingtonmiss-islington deleted the backport-e31c551-3.13 branchMarch 23, 2026 23:52
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@ambv@serhiy-storchaka

[8]ページ先頭

©2009-2026 Movatter.jp