Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Oct 14, 2024

Replace the private _PyUnicodeWriter API with the public PyUnicodeWriter API in hamt.c.

Remove _hamt_dump_format(): replace it with PyUnicodeWriter_Format().

Use PyUnicodeWriter_WriteUTF8() to write constant strings.

Replace the private _PyUnicodeWriter API with the public PyUnicodeWriter API in hamt.c. Remove _hamt_dump_format(): replace it with PyUnicodeWriter_Format(). Use PyUnicodeWriter_WriteUTF8() to write constant strings.
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@nineteendo
Copy link
Contributor

You need to update the branch first.

@vstinner
Copy link
MemberAuthor

You need to update the branch first.

Right, done.

@vstinnervstinner merged commit aa18fd5 into python:mainOct 15, 2024
@vstinnervstinner deleted the writer_hamt branch October 15, 2024 09:47
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.

4 participants

@vstinner@nineteendo@1st1@picnixz