diff options
author | Victor Stinner <vstinner@python.org> | 2025-05-29 16:54:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-29 14:54:30 +0000 |
commit | f49a07b531543dd8a42d90f5b1c89c0312fbf806 (patch) | |
tree | a8cb359e20f0222007e76570cfd92f344fcebcfc /Python/bytecodes.c | |
parent | 4109a9c6b33faa0032ffc95d96cd0db482af3ce2 (diff) | |
download | cpython-f49a07b531543dd8a42d90f5b1c89c0312fbf806.tar.gz cpython-f49a07b531543dd8a42d90f5b1c89c0312fbf806.zip |
gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Replace most PyUnicodeWriter_WriteUTF8() calls with
PyUnicodeWriter_WriteASCII().
Unrelated change to please the linter: remove an unused
import in test_ctypes.
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions