Files
cpython/Objects
6e73225c32 [3.14] gh-146196: Fix Undefined Behavior in _PyUnicodeWriter_WriteASCIIString() (#146201) (#146220)
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]>
2026-03-20 16:26:18 +00:00
..

Source files for various builtin objects