]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_IgnoreErrors` (#129174)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 24 Jan 2025 10:25:03 +0000 (11:25 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2025 10:25:03 +0000 (11:25 +0100)
commit36bb22993307b25593237a1022790d329b7c75e0
treed04b068f7c9f99a656d4034ac59da3f86935bddd
parent732670d93b9b0c0ff8adde07418fd6f8397893ef
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_IgnoreErrors` (#129174)

We also cleanup `PyCodec_StrictErrors` and the error message rendered
when an object of incorrect type is passed to codec error handlers.
Python/codecs.c