mirror of
https://github.com/python/cpython.git
synced 2026-05-22 04:13:22 -04:00
fc009eff9e
* Remove unicode_widen(): replaced with _PyUnicodeWriter_Prepare() * Remove unicode_putchar(): replaced with PyUnicodeWriter_Prepare() + PyUnicode_WRITER() * When handling an decoding error, only overallocate the buffer by +25% instead of +100%