Skip to content

Add Python 3.15 base64 and binascii updates#15733

Merged
hauntsaninja merged 1 commit intopython:mainfrom
JelleZijlstra:codex/python315-codecs
May 9, 2026
Merged

Add Python 3.15 base64 and binascii updates#15733
hauntsaninja merged 1 commit intopython:mainfrom
JelleZijlstra:codex/python315-codecs

Conversation

@JelleZijlstra
Copy link
Copy Markdown
Member

Summary:

  • Add Python 3.15 base64 and binascii codec parameter updates.
  • Add new public binascii alphabet constants.
  • Remove fixed 3.15 stubtest allowlist entries, keeping the b64decode sentinel-default false positive documented.

Relevant report entries:

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Diff from mypy_primer, showing the effect of this PR on open source code:

pandas (https://github.com/pandas-dev/pandas)
+ pandas/core/computation/ops.py:328: error: Need type annotation for "_binary_ops_dict" (hint: "_binary_ops_dict: dict[<type>, <type>] = ...")  [var-annotated]

@JelleZijlstra JelleZijlstra marked this pull request as ready for review May 8, 2026 21:30
@hauntsaninja hauntsaninja merged commit 8bb4b55 into python:main May 9, 2026
56 checks passed
@JelleZijlstra JelleZijlstra deleted the codex/python315-codecs branch May 9, 2026 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants