Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-125196: Add fast-path for int in PyUnicodeWriter_WriteStr()
PyUnicodeWriter_WriteStr() and PyUnicodeWriter_WriteRepr() now call directly _PyLong_FormatWriter() if the object is an int.
- Loading branch information