summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Shadchin <shadchin@yandex-team.com>2025-01-03 18:47:58 (GMT)
committerGitHub <noreply@github.com>2025-01-03 18:47:58 (GMT)
commit46cb6340d7bad955edfc0a20f6a52dabc03b0932 (patch)
tree5f41c02444f5844cbed22f8500b9b13561f47275 /Misc
parent4c14f03495724f2c52de2d34f1bfa35dd94757c0 (diff)
downloadcpython-46cb6340d7bad955edfc0a20f6a52dabc03b0932.zip
cpython-46cb6340d7bad955edfc0a20f6a52dabc03b0932.tar.gz
cpython-46cb6340d7bad955edfc0a20f6a52dabc03b0932.tar.bz2
gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_copy_characters`` (#127876)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core_and_Builtins/2024-12-13-14-17-24.gh-issue-127903.vemHSl.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-12-13-14-17-24.gh-issue-127903.vemHSl.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-12-13-14-17-24.gh-issue-127903.vemHSl.rst
new file mode 100644
index 0000000..ad479b5
--- /dev/null
+++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-12-13-14-17-24.gh-issue-127903.vemHSl.rst
@@ -0,0 +1,2 @@
+``Objects/unicodeobject.c``: fix a crash on DEBUG builds in ``_copy_characters``
+when there is nothing to copy.