We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da93eb commit 7057aa9Copy full SHA for 7057aa9
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-03-20-13-55-14.gh-issue-146196.Zg70Kb.rst
@@ -0,0 +1,3 @@
1
+Fix potential Undefined Behavior in _PyUnicodeWriter_WriteASCIIString() by
2
+adding a zero-length check and using memmove() instead of memcpy(). Patch by
3
+Shamil Abdulaev.
0 commit comments