Skip to content

Commit b3d94b3

Browse files
ashm-devvstinner
andauthored
Update Misc/NEWS.d/next/Core_and_Builtins/2026-03-20-13-55-14.gh-issue-146196.Zg70Kb.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 7057aa9 commit b3d94b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Fix potential Undefined Behavior in _PyUnicodeWriter_WriteASCIIString() by
1+
Fix potential Undefined Behavior in :c:func:`PyUnicodeWriter_WriteASCII` by
22
adding a zero-length check and using memmove() instead of memcpy(). Patch by
33
Shamil Abdulaev.

0 commit comments

Comments
 (0)