]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-55531: Implement `normalize_encoding` in C (#136643)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 30 Oct 2025 14:31:47 +0000 (14:31 +0000)
committerGitHub <noreply@github.com>
Thu, 30 Oct 2025 14:31:47 +0000 (15:31 +0100)
commita3ce2f77f0813c214896ec66be3a26121f52361e
tree4c051525307da7f4e9f4a3a4d55b9df037434f45
parent6826166280d6518441a729b444173db205c4ab20
gh-55531: Implement `normalize_encoding` in C (#136643)

Closes gh-55531
Lib/encodings/__init__.py
Misc/NEWS.d/next/Library/2025-07-14-09-33-17.gh-issue-55531.Gt2e12.rst [new file with mode: 0644]
Modules/_codecsmodule.c
Modules/clinic/_codecsmodule.c.h
Objects/unicodeobject.c
Python/fileutils.c