diff options
author | Victor Stinner <vstinner@python.org> | 2024-10-09 22:01:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 22:01:02 (GMT) |
commit | ee3167b9787bf9424d5637a224233de775450231 (patch) | |
tree | 90ceea3abc20b75d8ab6f3811864acbb65eb2672 /Objects/enumobject.c | |
parent | 0c5a48c1c9039eb1ce25a96c43505c4de0a0b9d7 (diff) | |
download | cpython-ee3167b9787bf9424d5637a224233de775450231.zip cpython-ee3167b9787bf9424d5637a224233de775450231.tar.gz cpython-ee3167b9787bf9424d5637a224233de775450231.tar.bz2 |
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.
Diffstat (limited to 'Objects/enumobject.c')
0 files changed, 0 insertions, 0 deletions