Skip to content

gh-111178: Fix function signatures of unicodeiter - #130684

Merged
vstinner merged 2 commits into
python:mainfrom
vstinner:ubsan_unicodeiter
Mar 4, 2025
Merged

gh-111178: Fix function signatures of unicodeiter#130684
vstinner merged 2 commits into
python:mainfrom
vstinner:ubsan_unicodeiter

Conversation

@vstinner

@vstinnervstinner commented Feb 28, 2025

Copy link
Copy Markdown
Member

@picnixzpicnixz 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.

There are still UBSan failures, e.g., unicodeiter_len and unicodeiter_reduce. Could you change them as well? TiA.

@vstinner

Copy link
Copy Markdown
MemberAuthor

There are still UBSan failures, e.g., unicodeiter_len and unicodeiter_reduce. Could you change them as well? TiA.

Oh, I missed these functions. I updated them as well. Please take another look.

@vstinner
vstinner merged commit ed8675c into python:mainMar 4, 2025
@vstinner
vstinner deleted the ubsan_unicodeiter branch March 4, 2025 09:33
@picnixz

Copy link
Copy Markdown
Member

Please take another look

I forgot to have a look... sorry :(

@picnixz

Copy link
Copy Markdown
Member

When I forget, please don't hesistate to request a review or ping me on Discord!

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

@vstinner@picnixz