Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner 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.
@nineteendo
Copy link
Contributor

You need to update the branch first.

@vstinner
Copy link
Member Author

You need to update the branch first.

Right, done.

@vstinner vstinner merged commit aa18fd5 into python:main Oct 15, 2024
35 checks passed
@vstinner vstinner deleted the writer_hamt branch October 15, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants