Skip to content

gh-129173: Use _PyUnicodeError_GetParams in PyCodec_IgnoreErrors - #129174

Merged
picnixz merged 8 commits into
python:mainfrom
picnixz:feat/codecs/simple-handlers-refactorization-129173
Jan 24, 2025
Merged

gh-129173: Use _PyUnicodeError_GetParams in PyCodec_IgnoreErrors#129174
picnixz merged 8 commits into
python:mainfrom
picnixz:feat/codecs/simple-handlers-refactorization-129173

Conversation

@picnixz

@picnixzpicnixz commented Jan 22, 2025

Copy link
Copy Markdown
Member

Currently a draft as it depends on completion of #126004.

This also cleans up the strict handler which has no issue per se but I'd like to make it consistent with other handlers.

@picnixz
picnixz marked this pull request as ready for review January 23, 2025 15:07
@picnixz
picnixz requested a review from vstinnerJanuary 23, 2025 15:41

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment threadPython/codecs.c Outdated
Co-authored-by: Victor Stinner <vstinner@python.org>
@picnixz
picnixz merged commit 36bb229 into python:mainJan 24, 2025
@picnixz
picnixz deleted the feat/codecs/simple-handlers-refactorization-129173 branch January 24, 2025 10:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@picnixz@vstinner