]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_copy_cha...
authorAlexander Shadchin <shadchin@yandex-team.com>
Fri, 3 Jan 2025 18:47:58 +0000 (21:47 +0300)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 18:47:58 +0000 (18:47 +0000)
commit46cb6340d7bad955edfc0a20f6a52dabc03b0932
tree5f41c02444f5844cbed22f8500b9b13561f47275
parent4c14f03495724f2c52de2d34f1bfa35dd94757c0
gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_copy_characters`` (#127876)
Lib/test/test_str.py
Misc/NEWS.d/next/Core_and_Builtins/2024-12-13-14-17-24.gh-issue-127903.vemHSl.rst [new file with mode: 0644]
Objects/unicodeobject.c