mirror of
https://github.com/python/cpython.git
synced 2026-08-03 23:55:47 -04:00
gh-146196: Fix Undefined Behavior in _PyUnicodeWriter_WriteASCIIString() (#146201)
Avoid calling memcpy(data + writer->pos, NULL, 0)
which has an undefined behavior.
(cherry picked from commit cd10a2e65c)
Co-authored-by: Shamil <[email protected]>
Source files for various builtin objects