SIGN IN SIGN UP

gh-125196: Add fast-path for int in PyUnicodeWriter_WriteStr() (#125214)

PyUnicodeWriter_WriteStr() and PyUnicodeWriter_WriteRepr() now call
directly _PyLong_FormatWriter() if the argument is an int.
V
Victor Stinner committed
ee3167b9787bf9424d5637a224233de775450231
Parent: 0c5a48c
Committed by GitHub <noreply@github.com> on 10/9/2024, 10:01:02 PM